st/mesa: Clean up header file inclusion in st_cb_texture.h.
authorVinson Lee <vlee@vmware.com>
Mon, 20 Dec 2010 09:15:04 +0000 (01:15 -0800)
committerVinson Lee <vlee@vmware.com>
Mon, 20 Dec 2010 09:15:04 +0000 (01:15 -0800)
src/mesa/state_tracker/st_cb_texture.h

index 60987055eb180d85419f1676b865dfe221f5d896..f1502bda788ed53ed9989a94bee8279f1b9c9861 100644 (file)
 
 
 #include "main/glheader.h"
-#include "main/mtypes.h"
 
 struct dd_function_table;
+struct gl_context;
+struct gl_texture_object;
 struct pipe_context;
 struct st_context;