From: Vinson Lee Date: Tue, 9 Nov 2010 09:12:34 +0000 (-0800) Subject: mesa: Clean up header file inclusion in hint.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b3d6bd39e14fdc63249c8f4f4a15269495b8808;p=mesa.git mesa: Clean up header file inclusion in hint.h. --- diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h index 66e78ad6557..6c62068743a 100644 --- a/src/mesa/main/hint.h +++ b/src/mesa/main/hint.h @@ -36,8 +36,10 @@ #ifndef HINT_H #define HINT_H +#include "glheader.h" +#include "mfeatures.h" -#include "mtypes.h" +struct gl_context; #if _HAVE_FULL_GL