projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fdf6d5
)
st/mesa: Clean up header file inclusion in st_cb_drawpixels.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:29:26 +0000
(12:29 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:29:26 +0000
(12:29 -0700)
Replace mtypes.h with forward declarations.
Include compiler.h for INLINE symbol.
src/mesa/state_tracker/st_cb_drawpixels.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_drawpixels.h
b/src/mesa/state_tracker/st_cb_drawpixels.h
index 7d5e901ccc514a921310b55ccf4f5c98f89f1b0b..575f169e08e70234e0d3360777fa9e72abb09900 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_drawpixels.h
+++ b/
src/mesa/state_tracker/st_cb_drawpixels.h
@@
-30,7
+30,10
@@
#define ST_CB_DRAWPIXELS_H
-#include "main/mtypes.h"
+#include "main/compiler.h"
+
+struct dd_function_table;
+struct st_context;
#if FEATURE_drawpix