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

Vinson Lee vlee at kemper.freedesktop.org
Fri Jan 15 03:01:01 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jan 14 19:00:27 2010 -0800

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

---

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

diff --git a/src/mesa/state_tracker/st_cb_viewport.c b/src/mesa/state_tracker/st_cb_viewport.c
index 75b0a21..9450b3a 100644
--- a/src/mesa/state_tracker/st_cb_viewport.c
+++ b/src/mesa/state_tracker/st_cb_viewport.c
@@ -27,11 +27,9 @@
 
 #include "main/glheader.h"
 #include "st_context.h"
-#include "st_public.h"
 #include "st_cb_viewport.h"
 
 #include "pipe/p_context.h"
-#include "pipe/p_inlines.h"
 #include "pipe/p_state.h"
 #include "pipe/p_defines.h"
 #include "pipe/internal/p_winsys_screen.h"




More information about the mesa-commit mailing list