mesa: Clean up header file inclusion in texcompress.h.
authorVinson Lee <vlee@vmware.com>
Sat, 4 Dec 2010 08:52:14 +0000 (00:52 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 4 Dec 2010 08:52:14 +0000 (00:52 -0800)
src/mesa/main/texcompress.h

index 8385642..19b08bb 100644 (file)
 #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