mesa: Clean up header file inclusion in texcompress.h.
[mesa.git] / src / mesa / main / texcompress.h
index 83856429c54cb987547edf8fde867200e4ffebef..19b08bbadf62ae3d8e9746fae46ec5e06d298fe9 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