projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6902af
)
st/mesa: Clean up header file inclusion in st_cb_blit.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:07:12 +0000
(12:07 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:08:17 +0000
(12:08 -0700)
Replaced mtypes.h and st_context.h with forward declarations.
Added compiler.h for INLINE symbol.
src/mesa/state_tracker/st_cb_blit.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_blit.h
b/src/mesa/state_tracker/st_cb_blit.h
index 7ab9a54df90d02c4434887772801021502dac738..c230652cefce25f76c4955b2a79b85d1e1228c5e 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_blit.h
+++ b/
src/mesa/state_tracker/st_cb_blit.h
@@
-29,8
+29,10
@@
#define ST_CB_BLIT_H
-#include "main/mtypes.h"
-#include "st_context.h"
+#include "main/compiler.h"
+
+struct dd_function_table;
+struct st_context;
extern void