projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2542d8e
)
st/mesa: Clean up header file inclusion in st_cb_bitmap.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:00:19 +0000
(12:00 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_bitmap.h
b/src/mesa/state_tracker/st_cb_bitmap.h
index 8af975b74fce7a81c33fa9d88f03b12339c57d5e..d04b2b677957e74f9dbf0ef6795963c621bf6f7d 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_bitmap.h
+++ b/
src/mesa/state_tracker/st_cb_bitmap.h
@@
-30,7
+30,10
@@
#define ST_CB_BITMAP_H
-#include "main/mtypes.h"
+#include "main/compiler.h"
+
+struct dd_function_table;
+struct st_context;
#if FEATURE_drawpix