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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 4 08:52:38 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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
 




More information about the mesa-commit mailing list