st/mesa: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Thu, 4 Feb 2010 06:57:38 +0000 (22:57 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 4 Feb 2010 06:57:38 +0000 (22:57 -0800)
src/mesa/state_tracker/st_atom_shader.c
src/mesa/state_tracker/st_atom_viewport.c
src/mesa/state_tracker/st_cb_blit.c
src/mesa/state_tracker/st_cb_feedback.c

index d9b508537d054cd719442a4628a6c39b3407304d..ea16719ba0e899b20ddef695fa3921c70264df9b 100644 (file)
@@ -37,7 +37,6 @@
 
 #include "main/imports.h"
 #include "main/mtypes.h"
-#include "main/macros.h"
 #include "shader/program.h"
 
 #include "pipe/p_context.h"
index b82bbfe410fe36e622415edbb4d53dcdc81d0157..0b6c34ca2cbec9ac7d919e2faf7a683677e3d779 100644 (file)
@@ -27,7 +27,6 @@
 
 
 #include "main/context.h"
-#include "main/colormac.h"
 #include "st_context.h"
 #include "st_atom.h"
 #include "pipe/p_context.h"
index 416969164843e9376eac454a18cf1c0524ef424d..36e03018d9f6ca3a3d277300395e6e7f0856b982 100644 (file)
@@ -43,8 +43,6 @@
 #include "util/u_blit.h"
 #include "util/u_inlines.h"
 
-#include "cso_cache/cso_context.h"
-
 
 void
 st_init_blit(struct st_context *st)
index 17261f8321bdaea6fa044bff16618d9924a1f234..edf26473d455d1bae3087ba2ec20fe5eb901692f 100644 (file)
@@ -40,7 +40,6 @@
 #include "main/imports.h"
 #include "main/context.h"
 #include "main/feedback.h"
-#include "main/macros.h"
 
 #include "vbo/vbo.h"