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

Author: Vinson Lee <[email protected]>
Date:   Sun Nov  7 21:15:45 2010 -0800

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

---

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

diff --git a/src/mesa/main/extensions.h b/src/mesa/main/extensions.h
index 6eb8539..a9ed41f 100644
--- a/src/mesa/main/extensions.h
+++ b/src/mesa/main/extensions.h
@@ -36,7 +36,10 @@
 #ifndef _EXTENSIONS_H_
 #define _EXTENSIONS_H_
 
-#include "mtypes.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct gl_context;
 
 #if _HAVE_FULL_GL
 

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

Reply via email to