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

Vinson Lee vlee at kemper.freedesktop.org
Mon Nov 8 05:09:48 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Nov  7 21:09:32 2010 -0800

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

---

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

diff --git a/src/mesa/main/enable.h b/src/mesa/main/enable.h
index 69e52b1..6d90c17 100644
--- a/src/mesa/main/enable.h
+++ b/src/mesa/main/enable.h
@@ -32,7 +32,9 @@
 #define ENABLE_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_context;
 
 
 extern void




More information about the mesa-commit mailing list