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