From f8ee599dfb1fa862d065e01f31d79a9006b74be4 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Mon, 14 Sep 2020 19:57:25 +0100 Subject: [PATCH] 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: --- src/compiler/nir/nir_builder.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/nir/nir_builder.h b/src/compiler/nir/nir_builder.h index 45f09a43817..fb762c675da 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) {