diff --git a/src/intel/compiler/brw_compile_mesh.cpp b/src/intel/compiler/brw_compile_mesh.cpp index ecdf7b06f07..4ea3a44ffc7 100644 --- a/src/intel/compiler/brw_compile_mesh.cpp +++ b/src/intel/compiler/brw_compile_mesh.cpp @@ -22,7 +22,6 @@ */ #include -#include #include "brw_compiler.h" #include "brw_shader.h" #include "brw_builder.h" diff --git a/src/intel/compiler/brw_from_nir.cpp b/src/intel/compiler/brw_from_nir.cpp index a57351c8455..edda4eea741 100644 --- a/src/intel/compiler/brw_from_nir.cpp +++ b/src/intel/compiler/brw_from_nir.cpp @@ -33,8 +33,6 @@ #include "util/bitscan.h" #include "compiler/glsl_types.h" -#include - struct brw_bind_info { bool valid; bool bindless;