i965: remove unused brw_program.h include

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>
This commit is contained in:
Emil Velikov
2017-03-07 18:38:34 +00:00
committed by Emil Velikov
parent c54c379b96
commit 7784b3c846
7 changed files with 0 additions and 7 deletions
-1
View 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"
@@ -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)
-1
View 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;
-1
View File
@@ -25,7 +25,6 @@
#define BRW_VEC4_H
#include "brw_shader.h"
#include "brw_program.h"
#ifdef __cplusplus
#include "brw_ir_vec4.h"
@@ -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;
@@ -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;
@@ -24,7 +24,6 @@
#include "brw_vec4.h"
#include "brw_cfg.h"
#include "brw_eu.h"
#include "brw_program.h"
namespace brw {