diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-09-25 15:21:19 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-09-25 15:21:19 -0600 |
commit | b5051bf6bbe54269c78f4dd545791e51bc7ce9e0 (patch) | |
tree | 6f48fee236ea98ab858cbae2c93e85b9a5846177 /src | |
parent | 38504011c8dc55cbcfdf16e39eb7a1473e1bdfbd (diff) |
clean-up #includes
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/state_tracker/st_program.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mesa/state_tracker/st_program.c b/src/mesa/state_tracker/st_program.c index fc5d00020a..9f363adc5c 100644 --- a/src/mesa/state_tracker/st_program.c +++ b/src/mesa/state_tracker/st_program.c @@ -31,13 +31,11 @@ */ -#include "shader/prog_parameter.h" -#include "shader/prog_print.h" -#include "tnl/t_vp_build.h" +#include "main/imports.h" +#include "main/mtypes.h" #include "pipe/p_context.h" #include "pipe/p_defines.h" -#include "pipe/p_winsys.h" #include "pipe/tgsi/mesa/mesa_to_tgsi.h" #include "pipe/tgsi/exec/tgsi_core.h" |