Mesa (master): st/mesa: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Wed May 5 08:14:52 UTC 2010


Module: Mesa
Branch: master
Commit: e3ce10f7acd30c6765c141860fc0855ce0a4f811
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3ce10f7acd30c6765c141860fc0855ce0a4f811

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed May  5 01:14:25 2010 -0700

st/mesa: Remove unnecessary headers.

---

 src/mesa/state_tracker/st_cb_drawtex.c |    6 ------
 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 7e51775..11c431c 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"
 




More information about the mesa-commit mailing list