summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_s3tc.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-04 01:00:21 -0800
committerVinson Lee <vlee@vmware.com>2010-12-04 01:00:21 -0800
commitf618f4549a95877588f42e4c3c93abb52297b2e2 (patch)
treeac68047ab5704aa6c0d2bffff521e39e68243654 /src/mesa/main/texcompress_s3tc.h
parent8aa4cd0e503820e545cceeaa2357d670b948db27 (diff)
mesa: Clean up header file inclusion in texcompress_s3tc.h.
Diffstat (limited to 'src/mesa/main/texcompress_s3tc.h')
-rw-r--r--src/mesa/main/texcompress_s3tc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress_s3tc.h b/src/mesa/main/texcompress_s3tc.h
index d0a5b186b7..74a0343b9b 100644
--- a/src/mesa/main/texcompress_s3tc.h
+++ b/src/mesa/main/texcompress_s3tc.h
@@ -25,9 +25,13 @@
#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