summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_shader.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-11-22 18:27:42 -0800
committerMatt Turner <mattst88@gmail.com>2015-11-24 10:05:33 -0800
commitf36993b46962eab4446bc1964eb47149751aee26 (patch)
treed05576fb59ed663b0ef3575e55cdbd4180e5140b /src/mesa/drivers/dri/i965/brw_shader.h
parent1eb11e64b3d0a0bc3f75e878f017aac4e826acf2 (diff)
downloadexternal_mesa3d-f36993b46962eab4446bc1964eb47149751aee26.zip
external_mesa3d-f36993b46962eab4446bc1964eb47149751aee26.tar.gz
external_mesa3d-f36993b46962eab4446bc1964eb47149751aee26.tar.bz2
i965: Clean up #includes in the compiler.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_shader.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_shader.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h
index 5c226ec..8c5778f 100644
--- a/src/mesa/drivers/dri/i965/brw_shader.h
+++ b/src/mesa/drivers/dri/i965/brw_shader.h
@@ -21,20 +21,17 @@
* IN THE SOFTWARE.
*/
+#pragma once
+
#include <stdint.h>
#include "brw_reg.h"
#include "brw_defines.h"
#include "brw_context.h"
-#include "main/compiler.h"
-#include "glsl/ir.h"
-#include "program/prog_parameter.h"
#ifdef __cplusplus
#include "brw_ir_allocator.h"
#endif
-#pragma once
-
#define MAX_SAMPLER_MESSAGE_SIZE 11
#define MAX_VGRF_SIZE 16