summaryrefslogtreecommitdiff
path: root/src/mesa/main/fog.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-09 00:58:46 -0800
committerVinson Lee <vlee@vmware.com>2010-11-09 00:58:46 -0800
commitb35d3b33e70ac6b2583c2099e22fe6162711228a (patch)
treed5f5829eda9cf17546580ff1ab1cf2fc33415218 /src/mesa/main/fog.h
parent08354667a32b4006601563c1349f711bbbebf1eb (diff)
mesa: Clean up header file inclusion in fog.h.
Diffstat (limited to 'src/mesa/main/fog.h')
-rw-r--r--src/mesa/main/fog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/fog.h b/src/mesa/main/fog.h
index 7df4f0b673..9191a4a54c 100644
--- 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