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

Vinson Lee vlee at kemper.freedesktop.org
Fri Jan 15 02:54:55 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jan 14 18:53:51 2010 -0800

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

---

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

diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c
index d18a25a..6c463ca 100644
--- a/src/mesa/state_tracker/st_context.c
+++ b/src/mesa/state_tracker/st_context.c
@@ -27,11 +27,6 @@
 
 #include "main/imports.h"
 #include "main/context.h"
-#include "main/extensions.h"
-#include "main/matrix.h"
-#include "main/buffers.h"
-#include "main/scissor.h"
-#include "main/viewport.h"
 #include "vbo/vbo.h"
 #include "shader/shader_api.h"
 #include "glapi/glapi.h"
@@ -68,7 +63,6 @@
 #include "st_program.h"
 #include "pipe/p_context.h"
 #include "draw/draw_context.h"
-#include "cso_cache/cso_cache.h"
 #include "cso_cache/cso_context.h"
 
 




More information about the mesa-commit mailing list