From 3132591a4dfbc5966c999cff414573d7e2008ae8 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 4 Dec 2010 00:52:14 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in texcompress.h. --- src/mesa/main/texcompress.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.7.4