From e616d05b221889b62f7136e6e26a646c885f6ff8 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 7 Aug 2010 21:44:53 -0700 Subject: swrast: Reduce header file inclusion in s_stencil.h. Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. --- src/mesa/swrast/s_stencil.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_stencil.h b/src/mesa/swrast/s_stencil.h index cd6cbc57b0..c076ebbe2a 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" -- cgit v1.2.3