From: Vinson Lee Date: Sat, 4 Dec 2010 08:52:14 +0000 (-0800) Subject: mesa: Clean up header file inclusion in texcompress.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3132591a4dfbc5966c999cff414573d7e2008ae8;p=mesa.git mesa: Clean up header file inclusion in texcompress.h. --- 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