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

index d0a5b186b719b5a6f7b1d2c564e4a816f5f8ee59..74a0343b9b99032363b867d4636ff88248db397a 100644 (file)
 #ifndef TEXCOMPRESS_S3TC_H
 #define TEXCOMPRESS_S3TC_H
 
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "glheader.h"
+#include "mfeatures.h"
 #include "texstore.h"
 
+struct gl_context;
+struct gl_texture_image;
 
 #if FEATURE_texture_s3tc