projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
488e994
)
st/mesa: Clean up header file inclusion in st_cb_accum.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 18 Dec 2010 09:28:18 +0000
(
01:28
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 18 Dec 2010 09:28:18 +0000
(
01:28
-0800)
src/mesa/state_tracker/st_cb_accum.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_accum.h
b/src/mesa/state_tracker/st_cb_accum.h
index b8c9c350031c229d212d50f805f07c9c2a166211..050a21483e4993e099de6c04fab1411db4fcfb37 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_accum.h
+++ b/
src/mesa/state_tracker/st_cb_accum.h
@@
-30,7
+30,11
@@
#define ST_CB_ACCUM_H
-#include "main/mtypes.h"
+#include "main/mfeatures.h"
+
+struct dd_function_table;
+struct gl_context;
+struct gl_renderbuffer;
#if FEATURE_accum