OSDN Git Service

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 563615e..65aa2a2 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"