i965/fs: stop inclinding glsl/ir.h in brw_fs.h

We are no longer using anything from GLSL IR in the FS backend.
This commit is contained in:
Jason Ekstrand 2016-05-03 11:46:31 -07:00
parent a815499294
commit 7de0ae634e
2 changed files with 1 additions and 1 deletions

View file

@ -30,7 +30,6 @@
#include "brw_shader.h"
#include "brw_ir_fs.h"
#include "brw_fs_builder.h"
#include "compiler/glsl/ir.h"
#include "compiler/nir/nir.h"
struct bblock_t;

View file

@ -26,6 +26,7 @@
#include "brw_fs.h"
#include "brw_nir.h"
#include "brw_program.h"
#include "compiler/glsl/ir.h"
#include "compiler/glsl/ir_optimization.h"
#include "compiler/glsl/program.h"
#include "program/program.h"