st/mesa: Clean up header file inclusion in st_cb_accum.h.
authorVinson Lee <vlee@vmware.com>
Sat, 18 Dec 2010 09:28:18 +0000 (01:28 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 18 Dec 2010 09:28:18 +0000 (01:28 -0800)
src/mesa/state_tracker/st_cb_accum.h

index b8c9c35..050a214 100644 (file)
 #define ST_CB_ACCUM_H
 
 
-#include "main/mtypes.h"
+#include "main/mfeatures.h"
+
+struct dd_function_table;
+struct gl_context;
+struct gl_renderbuffer;
 
 #if FEATURE_accum