diff options
author | Vinson Lee <[email protected]> | 2010-01-15 23:17:00 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-15 23:17:00 -0800 |
commit | cc770c8409b31dd2dff7dd80cf441f90f191a048 (patch) | |
tree | ff379bab272247083a5f4f38e499d9ca53aae5dc /src | |
parent | 6906bf08cc0ca43cd4fd1a2c6f841ad87c232ece (diff) |
st/mesa: Remove unnecessary headers from st_cb_blit.c.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/state_tracker/st_cb_blit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/state_tracker/st_cb_blit.c b/src/mesa/state_tracker/st_cb_blit.c index 563615ed0d1..65aa2a28ac2 100644 --- a/src/mesa/state_tracker/st_cb_blit.c +++ b/src/mesa/state_tracker/st_cb_blit.c @@ -33,14 +33,10 @@ #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" |