Mesa (master): st/mesa: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Thu May 27 03:14:04 UTC 2010


Module: Mesa
Branch: master
Commit: 655c9a0533fea7a2732fce766b9f4c03d7dc641d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=655c9a0533fea7a2732fce766b9f4c03d7dc641d

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed May 26 20:12:33 2010 -0700

st/mesa: Remove unnecessary headers.

---

 src/mesa/state_tracker/st_cb_blit.c     |    2 --
 src/mesa/state_tracker/st_cb_viewport.c |    2 --
 src/mesa/state_tracker/st_context.c     |    2 --
 3 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/mesa/state_tracker/st_cb_blit.c b/src/mesa/state_tracker/st_cb_blit.c
index d7c086f..1f73f50 100644
--- a/src/mesa/state_tracker/st_cb_blit.c
+++ b/src/mesa/state_tracker/st_cb_blit.c
@@ -33,7 +33,6 @@
 #include "main/imports.h"
 #include "main/image.h"
 #include "main/macros.h"
-#include "shader/program.h"
 
 #include "st_context.h"
 #include "st_texture.h"
@@ -41,7 +40,6 @@
 #include "st_cb_fbo.h"
 
 #include "util/u_blit.h"
-#include "util/u_inlines.h"
 
 
 void
diff --git a/src/mesa/state_tracker/st_cb_viewport.c b/src/mesa/state_tracker/st_cb_viewport.c
index d10b0b2..a1fe45c 100644
--- a/src/mesa/state_tracker/st_cb_viewport.c
+++ b/src/mesa/state_tracker/st_cb_viewport.c
@@ -29,11 +29,9 @@
 #include "st_context.h"
 #include "st_cb_viewport.h"
 
-#include "pipe/p_context.h"
 #include "pipe/p_state.h"
 #include "pipe/p_defines.h"
 #include "util/u_atomic.h"
-#include "util/u_debug.h"
 
 /**
  * Cast wrapper to convert a GLframebuffer to an st_framebuffer.
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c
index 605a337..0bf030e 100644
--- a/src/mesa/state_tracker/st_context.c
+++ b/src/mesa/state_tracker/st_context.c
@@ -59,8 +59,6 @@
 #include "st_program.h"
 #include "pipe/p_context.h"
 #include "util/u_inlines.h"
-#include "util/u_rect.h"
-#include "util/u_surface.h"
 #include "cso_cache/cso_context.h"
 
 




More information about the mesa-commit mailing list