Mesa (mesa_7_7_branch): st/mesa: Remove unnecessary header from st_cb_viewport.c.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jan 22 07:42:22 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jan 21 23:41:57 2010 -0800

st/mesa: Remove unnecessary header from st_cb_viewport.c.

---

 src/mesa/state_tracker/st_cb_viewport.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/state_tracker/st_cb_viewport.c b/src/mesa/state_tracker/st_cb_viewport.c
index d8bd244..b29191a 100644
--- a/src/mesa/state_tracker/st_cb_viewport.c
+++ b/src/mesa/state_tracker/st_cb_viewport.c
@@ -32,7 +32,6 @@
 #include "pipe/p_context.h"
 #include "pipe/p_state.h"
 #include "pipe/p_defines.h"
-#include "pipe/internal/p_winsys_screen.h"
 
 
 static void st_viewport(GLcontext * ctx, GLint x, GLint y,




More information about the mesa-commit mailing list