Mesa (master): st/mesa: Clean up header file inclusion in st_draw.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Dec 21 09:18:01 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 21 01:17:37 2010 -0800

st/mesa: Clean up header file inclusion in st_draw.h.

---

 src/mesa/state_tracker/st_draw.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/state_tracker/st_draw.h b/src/mesa/state_tracker/st_draw.h
index 2e4c468..5d3c278 100644
--- a/src/mesa/state_tracker/st_draw.h
+++ b/src/mesa/state_tracker/st_draw.h
@@ -36,10 +36,11 @@
 
 #include "main/compiler.h"
 #include "main/glheader.h"
-#include "main/mtypes.h"
 
 struct _mesa_index_buffer;
 struct _mesa_prim;
+struct gl_client_array;
+struct gl_context;
 struct st_context;
 
 void st_init_draw( struct st_context *st );




More information about the mesa-commit mailing list