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

Author: Vinson Lee <[email protected]>
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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to