Mesa (mesa_7_7_branch): st/mesa: Remove unnecessary headers from st_cb_blit .c.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jan 16 07:17:44 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jan 15 23:17:00 2010 -0800

st/mesa: Remove unnecessary headers from st_cb_blit.c.

---

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




More information about the mesa-commit mailing list