nir: remove useless nir_builder_opcodes.h include

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>
This commit is contained in:
Rhys Perry
2020-09-14 19:57:25 +01:00
committed by Marge Bot
parent a2b9e3f715
commit f8ee599dfb

View 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)
{