From 670cd08c68774dff936f5ac93289817c8b8fffff Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Mon, 14 Jul 2025 16:33:24 -0700 Subject: [PATCH] brw: remove unnecessary inclusions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Caio Oliveira Reviewed-by: Lionel Landwerlin Reviewed-by: Iván Briano Signed-off-by: Paulo Zanoni Part-of: --- src/intel/compiler/brw_compile_mesh.cpp | 1 - src/intel/compiler/brw_from_nir.cpp | 2 -- 2 files changed, 3 deletions(-) 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;