diff options
author | Matt Turner <mattst88@gmail.com> | 2015-11-22 18:27:42 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2015-11-24 10:05:33 -0800 |
commit | f36993b46962eab4446bc1964eb47149751aee26 (patch) | |
tree | d05576fb59ed663b0ef3575e55cdbd4180e5140b /src/mesa/drivers/dri/i965/brw_vs.h | |
parent | 1eb11e64b3d0a0bc3f75e878f017aac4e826acf2 (diff) | |
download | external_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_vs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h index bcb5e7b..31ab1ce 100644 --- a/src/mesa/drivers/dri/i965/brw_vs.h +++ b/src/mesa/drivers/dri/i965/brw_vs.h @@ -34,10 +34,7 @@ #define BRW_VS_H -#include "brw_context.h" -#include "brw_eu.h" #include "brw_vec4.h" -#include "program/program.h" /** * The VF can't natively handle certain types of attributes, such as GL_FIXED |