summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawtex.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-05 01:14:25 -0700
committerVinson Lee <vlee@vmware.com>2010-05-05 01:14:25 -0700
commite3ce10f7acd30c6765c141860fc0855ce0a4f811 (patch)
tree7a3cf8626805830bbbc7589a75b5a3576f76b952 /src/mesa/state_tracker/st_cb_drawtex.c
parent8191e5ae65e9dc05727235a5dd5d96f00702b852 (diff)
st/mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_drawtex.c')
-rw-r--r--src/mesa/state_tracker/st_cb_drawtex.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/state_tracker/st_cb_drawtex.c b/src/mesa/state_tracker/st_cb_drawtex.c
index 7e51775c9d..11c431ccb6 100644
--- a/src/mesa/state_tracker/st_cb_drawtex.c
+++ b/src/mesa/state_tracker/st_cb_drawtex.c
@@ -17,23 +17,17 @@
#include "main/bufferobj.h"
#include "main/drawtex.h"
#include "main/macros.h"
-#include "main/state.h"
-#include "main/texformat.h"
#include "shader/program.h"
-#include "shader/prog_parameter.h"
#include "shader/prog_print.h"
#include "st_context.h"
#include "st_atom.h"
-#include "st_atom_constbuf.h"
-#include "st_draw.h"
#include "st_cb_drawtex.h"
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "util/u_inlines.h"
#include "pipe/p_shader_tokens.h"
-#include "util/u_tile.h"
#include "util/u_draw_quad.h"
#include "util/u_simple_shaders.h"