st/mesa: Remove unnecessary headers from st_cb_blit.c.
authorVinson Lee <vlee@vmware.com>
Sat, 16 Jan 2010 07:17:00 +0000 (23:17 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 16 Jan 2010 07:17:00 +0000 (23:17 -0800)
src/mesa/state_tracker/st_cb_blit.c

index 563615ed0d10b9b982ba2e3cbabc78f749011d10..65aa2a28ac29fea8782d91388c61a363b74265bd 100644 (file)
 #include "main/imports.h"
 #include "main/image.h"
 #include "main/macros.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_texture.h"
-#include "st_program.h"
 #include "st_cb_blit.h"
 #include "st_cb_fbo.h"