summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.cpp
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-03-01 08:58:43 -0800
committerJason Ekstrand <[email protected]>2017-03-01 16:14:03 -0800
commit8048c1953c97de75ccbe33d719ca81f67a5ba255 (patch)
treede0335ed4accea44d0bc292652d021033f1d4889 /src/mesa/drivers/dri/i965/brw_fs.cpp
parenta2195e561a1ef2be1398c05fe83299638220f5ff (diff)
i965: Reduce cross-pollination between the DRI driver and compiler
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.cpp')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp
index 67bdb7a43e5..f5773864bd1 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs.cpp
@@ -29,7 +29,6 @@
*/
#include "main/macros.h"
-#include "brw_context.h"
#include "brw_eu.h"
#include "brw_fs.h"
#include "brw_cs.h"
@@ -38,6 +37,7 @@
#include "brw_cfg.h"
#include "brw_program.h"
#include "brw_dead_control_flow.h"
+#include "intel_debug.h"
#include "compiler/glsl_types.h"
#include "compiler/nir/nir_builder.h"
#include "program/prog_parameter.h"