projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d348b0c
)
mesa: Clean up header file inclusion in accum.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 7 Nov 2010 03:27:45 +0000
(20:27 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 7 Nov 2010 03:27:45 +0000
(20:27 -0700)
src/mesa/main/accum.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/accum.h
b/src/mesa/main/accum.h
index def692a73a53de96669eae7d41c8ed6cdb60a904..93442444979eac1d8db034cb6488caa47ea098d9 100644
(file)
--- a/
src/mesa/main/accum.h
+++ b/
src/mesa/main/accum.h
@@
-37,8
+37,11
@@
#ifndef ACCUM_H
#define ACCUM_H
+#include "main/glheader.h"
+#include "main/mfeatures.h"
-#include "main/mtypes.h"
+struct _glapi_table;
+struct gl_context;
#if FEATURE_accum