diff options
author | Matt Turner <[email protected]> | 2015-11-22 18:27:42 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-11-24 10:05:33 -0800 |
commit | f36993b46962eab4446bc1964eb47149751aee26 (patch) | |
tree | d05576fb59ed663b0ef3575e55cdbd4180e5140b /src/mesa/drivers/dri/i965/brw_vec4.cpp | |
parent | 1eb11e64b3d0a0bc3f75e878f017aac4e826acf2 (diff) |
i965: Clean up #includes in the compiler.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.cpp')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vec4.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.cpp b/src/mesa/drivers/dri/i965/brw_vec4.cpp index 02dc1e52b90..9a79d67e12f 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4.cpp +++ b/src/mesa/drivers/dri/i965/brw_vec4.cpp @@ -28,14 +28,7 @@ #include "brw_nir.h" #include "brw_vec4_live_variables.h" #include "brw_dead_control_flow.h" - -extern "C" { -#include "main/macros.h" -#include "main/shaderobj.h" -#include "program/prog_print.h" #include "program/prog_parameter.h" -} -#include "main/context.h" #define MAX_INSTRUCTION (1 << 30) |