st/mesa: Remove unnecessary headers from st_cb_drawpixels.c.
authorVinson Lee <vlee@vmware.com>
Sat, 16 Jan 2010 06:55:47 +0000 (22:55 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 16 Jan 2010 06:55:47 +0000 (22:55 -0800)
src/mesa/state_tracker/st_cb_drawpixels.c

index 1d33e81c2c9c889efc0d82476c9c50097ca52322..fe9a11d098a397c9efa97aefe80513dafc774dbb 100644 (file)
 #include "main/macros.h"
 #include "main/texformat.h"
 #include "main/texstore.h"
-#include "main/state.h"
 #include "shader/program.h"
-#include "shader/prog_parameter.h"
 #include "shader/prog_print.h"
 
 #include "st_debug.h"
 #include "st_context.h"
 #include "st_atom.h"
 #include "st_atom_constbuf.h"
-#include "st_draw.h"
 #include "st_program.h"
 #include "st_cb_drawpixels.h"
 #include "st_cb_readpixels.h"
 #include "st_cb_fbo.h"
-#include "st_cb_texture.h"
 #include "st_draw.h"
 #include "st_format.h"
-#include "st_mesa_to_tgsi.h"
 #include "st_texture.h"
 #include "st_inlines.h"