projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0835466
)
mesa: Clean up header file inclusion in fog.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 08:58:46 +0000
(
00:58
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 08:58:46 +0000
(
00:58
-0800)
src/mesa/main/fog.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/fog.h
b/src/mesa/main/fog.h
index 7df4f0b6735f285b1c1aad6fec697fdfdb1a155a..9191a4a54ccaac65dd911b417b10b5260e23d544 100644
(file)
--- a/
src/mesa/main/fog.h
+++ b/
src/mesa/main/fog.h
@@
-37,7
+37,10
@@
#define FOG_H
-#include "mtypes.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct gl_context;
#if _HAVE_FULL_GL