diff options
author | Vinson Lee <[email protected]> | 2010-08-03 00:04:14 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-03 00:04:14 -0700 |
commit | b5ce878fa70b4abcc925e95f3b438b55bda85832 (patch) | |
tree | 23e43f91b4ccd2ef5c116c6e1ed552dae1e796bf /src/mesa/main/texcompress_fxt1.h | |
parent | f7d29d58815462a209bf5a2bf0734aa4ff72880a (diff) |
mesa: Reduce header file inclusion in texcompress_fxt1.h.
texcompress_fxt1.h doesn't use any additional symbols added by mtypes.h.
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.h')
-rw-r--r-- | src/mesa/main/texcompress_fxt1.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress_fxt1.h b/src/mesa/main/texcompress_fxt1.h index d63ca71e212..38048b26ccb 100644 --- a/src/mesa/main/texcompress_fxt1.h +++ b/src/mesa/main/texcompress_fxt1.h @@ -25,9 +25,11 @@ #ifndef TEXCOMPRESS_FXT1_H #define TEXCOMPRESS_FXT1_H -#include "main/mtypes.h" +#include "glheader.h" #include "texstore.h" +struct gl_texture_image; + #if FEATURE_texture_fxt1 extern GLboolean |