From: Rhys Perry Date: Mon, 14 Sep 2020 18:57:25 +0000 (+0100) Subject: nir: remove useless nir_builder_opcodes.h include X-Git-Tag: upstream/21.0.0~2087 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8ee599dfb1fa862d065e01f31d79a9006b74be4;p=platform%2Fupstream%2Fmesa.git nir: remove useless nir_builder_opcodes.h include This is included earlier in the file. Signed-off-by: Rhys Perry Reviewed-by: Jason Ekstrand Part-of: --- diff --git a/src/compiler/nir/nir_builder.h b/src/compiler/nir/nir_builder.h index 45f09a4..fb762c6 100644 --- a/src/compiler/nir/nir_builder.h +++ b/src/compiler/nir/nir_builder.h @@ -1562,8 +1562,6 @@ nir_convert_alu_types(nir_builder *b, nir_ssa_def *src, return &conv->dest.ssa; } -#include "nir_builder_opcodes.h" - static inline nir_ssa_def * nir_f2b(nir_builder *build, nir_ssa_def *f) {