From b5ce878fa70b4abcc925e95f3b438b55bda85832 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 3 Aug 2010 00:04:14 -0700 Subject: mesa: Reduce header file inclusion in texcompress_fxt1.h. texcompress_fxt1.h doesn't use any additional symbols added by mtypes.h. --- src/mesa/main/texcompress_fxt1.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/texcompress_fxt1.h') diff --git a/src/mesa/main/texcompress_fxt1.h b/src/mesa/main/texcompress_fxt1.h index d63ca71e21..38048b26cc 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 -- cgit v1.2.3