aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_cmod_propagation.cpp
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2015-11-22 18:27:42 -0800
committerMatt Turner <[email protected]>2015-11-24 10:05:33 -0800
commitf36993b46962eab4446bc1964eb47149751aee26 (patch)
treed05576fb59ed663b0ef3575e55cdbd4180e5140b /src/mesa/drivers/dri/i965/brw_vec4_cmod_propagation.cpp
parent1eb11e64b3d0a0bc3f75e878f017aac4e826acf2 (diff)
i965: Clean up #includes in the compiler.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4_cmod_propagation.cpp')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vec4_cmod_propagation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4_cmod_propagation.cpp b/src/mesa/drivers/dri/i965/brw_vec4_cmod_propagation.cpp
index 7aa8f5d9b8f..0c8224f5f83 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4_cmod_propagation.cpp
+++ b/src/mesa/drivers/dri/i965/brw_vec4_cmod_propagation.cpp
@@ -31,6 +31,7 @@
#include "brw_vec4.h"
#include "brw_cfg.h"
+#include "brw_eu.h"
namespace brw {