From: Vinson Lee Date: Mon, 8 Nov 2010 05:15:45 +0000 (-0800) Subject: mesa: Clean up header file inclusion in extensions.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=962967d080a1859bafc843ebdf374bcdfcff9271;p=mesa.git mesa: Clean up header file inclusion in extensions.h. --- diff --git a/src/mesa/main/extensions.h b/src/mesa/main/extensions.h index 6eb85393965..a9ed41f86bb 100644 --- a/src/mesa/main/extensions.h +++ b/src/mesa/main/extensions.h @@ -36,7 +36,10 @@ #ifndef _EXTENSIONS_H_ #define _EXTENSIONS_H_ -#include "mtypes.h" +#include "glheader.h" +#include "mfeatures.h" + +struct gl_context; #if _HAVE_FULL_GL