i965: remove unused brw_program.h include
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 7 Mar 2017 18:38:34 +0000 (18:38 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Mar 2017 11:16:34 +0000 (11:16 +0000)
Neither of the changed files requires the brw_program.h include. Since
we're about to move them [to src/intel/compiler] with the next commit
there's no point in having the include.

Let alone the very confusing compiler include directive
[-I${top_srcdir}/src/mesa/drivers/dri/i965/] that one would have to use.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs_generator.cpp
src/mesa/drivers/dri/i965/brw_fs_nir.cpp
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_generator.cpp
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp

index 2eefe00801b10afafd8e4dd11211642653528cee..c410efc29d6353b7b097c67aa2140fafb36d9531 100644 (file)
@@ -34,7 +34,6 @@
 #include "brw_nir.h"
 #include "brw_vec4_gs_visitor.h"
 #include "brw_cfg.h"
-#include "brw_program.h"
 #include "brw_dead_control_flow.h"
 #include "common/gen_debug.h"
 #include "compiler/glsl_types.h"
index 65c75e63d27df9b3612728d56bc07a83a5effe12..aeed6a119776751f98ca3897518b86642d275090 100644 (file)
@@ -30,7 +30,6 @@
 #include "brw_eu.h"
 #include "brw_fs.h"
 #include "brw_cfg.h"
-#include "brw_program.h"
 
 static enum brw_reg_file
 brw_file_from_reg(fs_reg *reg)
index 3d5967aaec2c4fab565a3f00833b8d88bb5234eb..d403dec53577075946a035f6b9c3e07ef26d9e45 100644 (file)
@@ -25,7 +25,6 @@
 #include "brw_fs.h"
 #include "brw_fs_surface_builder.h"
 #include "brw_nir.h"
-#include "brw_program.h"
 
 using namespace brw;
 using namespace brw::surface_access;
index 29b203af89e6c10d7ce38bc4975cec49d98cce33..a84048d8c6a7c6a874b90d488740218d4db0166a 100644 (file)
@@ -25,7 +25,6 @@
 #define BRW_VEC4_H
 
 #include "brw_shader.h"
-#include "brw_program.h"
 
 #ifdef __cplusplus
 #include "brw_ir_vec4.h"
index abf522a782dcb70ddab9efdce291c6bc2a4c7151..2ac287f17fa0baffdb0ee21d413e0ecbab73eee6 100644 (file)
@@ -23,7 +23,6 @@
 #include "brw_vec4.h"
 #include "brw_cfg.h"
 #include "brw_eu.h"
-#include "brw_program.h"
 #include "common/gen_debug.h"
 
 using namespace brw;
index a7f048a0f8f3d5b603491d05e23a6ecc74839190..4e88b795049568452a5099f84f09ba84ca5f8d38 100644 (file)
@@ -25,7 +25,6 @@
 #include "brw_vec4.h"
 #include "brw_vec4_builder.h"
 #include "brw_vec4_surface_builder.h"
-#include "brw_program.h"
 
 using namespace brw;
 using namespace brw::surface_access;
index f376618b3cdd2d121a510f9a84b20cbf13277758..262a084ca87531ccbedf190606d4e12604d23726 100644 (file)
@@ -24,7 +24,6 @@
 #include "brw_vec4.h"
 #include "brw_cfg.h"
 #include "brw_eu.h"
-#include "brw_program.h"
 
 namespace brw {