Mesa (master): mesa: Clean up header file inclusion in fog.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Nov 9 08:59:14 UTC 2010


Module: Mesa
Branch: master
Commit: b35d3b33e70ac6b2583c2099e22fe6162711228a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b35d3b33e70ac6b2583c2099e22fe6162711228a

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Nov  9 00:58:46 2010 -0800

mesa: Clean up header file inclusion in fog.h.

---

 src/mesa/main/fog.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/fog.h b/src/mesa/main/fog.h
index 7df4f0b..9191a4a 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




More information about the mesa-commit mailing list