From: Vinson Lee Date: Sun, 8 Aug 2010 04:44:53 +0000 (-0700) Subject: swrast: Reduce header file inclusion in s_stencil.h. X-Git-Tag: android-x86-2.2~2502 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e616d05b221889b62f7136e6e26a646c885f6ff8;p=android-x86%2Fexternal-mesa.git swrast: Reduce header file inclusion in s_stencil.h. Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. --- diff --git a/src/mesa/swrast/s_stencil.h b/src/mesa/swrast/s_stencil.h index cd6cbc57b0b..c076ebbe2a1 100644 --- a/src/mesa/swrast/s_stencil.h +++ b/src/mesa/swrast/s_stencil.h @@ -27,7 +27,8 @@ #define S_STENCIL_H -#include "swrast.h" +#include "main/mtypes.h" +#include "s_span.h"