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 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