diff options
author | Vinson Lee <[email protected]> | 2010-12-04 00:52:14 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-04 00:52:14 -0800 |
commit | 3132591a4dfbc5966c999cff414573d7e2008ae8 (patch) | |
tree | e8685457285142b203a5e45fb31da72c0356cf4a /src/mesa/main/texcompress.h | |
parent | e87a0cd260804a2488ef3eb1cf988fef1dd70e06 (diff) |
mesa: Clean up header file inclusion in texcompress.h.
Diffstat (limited to 'src/mesa/main/texcompress.h')
-rw-r--r-- | src/mesa/main/texcompress.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress.h b/src/mesa/main/texcompress.h index 83856429c54..19b08bbadf6 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 |