projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3850401
)
clean-up #includes
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 25 Sep 2007 21:21:19 +0000
(15:21 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 25 Sep 2007 21:21:19 +0000
(15:21 -0600)
src/mesa/state_tracker/st_program.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_program.c
b/src/mesa/state_tracker/st_program.c
index fc5d00020a191d46a83c0d093e072ac369c5a5c3..9f363adc5c75c0eae003c5cc437c5a40a68aaa83 100644
(file)
--- 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"