st/mesa: Clean up header file inclusion in st_draw.h.
authorVinson Lee <vlee@vmware.com>
Tue, 21 Dec 2010 09:17:37 +0000 (01:17 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 21 Dec 2010 09:17:37 +0000 (01:17 -0800)
src/mesa/state_tracker/st_draw.h

index 2e4c468..5d3c278 100644 (file)
 
 #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 );