nir: remove useless nir_builder_opcodes.h include
authorRhys Perry <pendingchaos02@gmail.com>
Mon, 14 Sep 2020 18:57:25 +0000 (19:57 +0100)
committerMarge Bot <eric+marge@anholt.net>
Thu, 26 Nov 2020 17:50:38 +0000 (17:50 +0000)
This is included earlier in the file.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6587>

src/compiler/nir/nir_builder.h

index 45f09a4..fb762c6 100644 (file)
@@ -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)
 {