summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-04 00:52:14 -0800
committerVinson Lee <vlee@vmware.com>2010-12-04 00:52:14 -0800
commit3132591a4dfbc5966c999cff414573d7e2008ae8 (patch)
treee8685457285142b203a5e45fb31da72c0356cf4a /src/mesa/main/texcompress.h
parente87a0cd260804a2488ef3eb1cf988fef1dd70e06 (diff)
downloadexternal_mesa3d-3132591a4dfbc5966c999cff414573d7e2008ae8.zip
external_mesa3d-3132591a4dfbc5966c999cff414573d7e2008ae8.tar.gz
external_mesa3d-3132591a4dfbc5966c999cff414573d7e2008ae8.tar.bz2
mesa: Clean up header file inclusion in texcompress.h.
Diffstat (limited to 'src/mesa/main/texcompress.h')
-rw-r--r--src/mesa/main/texcompress.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress.h b/src/mesa/main/texcompress.h
index 8385642..19b08bb 100644
--- a/src/mesa/main/texcompress.h
+++ b/src/mesa/main/texcompress.h
@@ -25,8 +25,11 @@
#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