st/mesa: Clean up header file inclusion in st_cb_bitmap.h.
authorVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 19:00:19 +0000 (12:00 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 19:00:19 +0000 (12:00 -0700)
Removed mtypes.h.
Include compiler.h for INLINE symbol.
Added forward declarations.

src/mesa/state_tracker/st_cb_bitmap.h

index 8af975b74fce7a81c33fa9d88f03b12339c57d5e..d04b2b677957e74f9dbf0ef6795963c621bf6f7d 100644 (file)
 #define ST_CB_BITMAP_H
 
 
-#include "main/mtypes.h"
+#include "main/compiler.h"
+
+struct dd_function_table;
+struct st_context;
 
 #if FEATURE_drawpix