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

Author: Vinson Lee <[email protected]>
Date:   Sat Dec  4 00:52:14 2010 -0800

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

---

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

diff --git a/src/mesa/main/texcompress.h b/src/mesa/main/texcompress.h
index 8385642..19b08bb 100644
--- a/src/mesa/main/texcompress.h
+++ b/src/mesa/main/texcompress.h
@@ -25,8 +25,11 @@
 #ifndef TEXCOMPRESS_H
 #define TEXCOMPRESS_H
 
-#include "mtypes.h"
 #include "formats.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