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>
#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"
#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)
#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;
#define BRW_VEC4_H
#include "brw_shader.h"
-#include "brw_program.h"
#ifdef __cplusplus
#include "brw_ir_vec4.h"
#include "brw_vec4.h"
#include "brw_cfg.h"
#include "brw_eu.h"
-#include "brw_program.h"
#include "common/gen_debug.h"
using namespace brw;
#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;
#include "brw_vec4.h"
#include "brw_cfg.h"
#include "brw_eu.h"
-#include "brw_program.h"
namespace brw {