From c20e9774679691fef3a2be3d64621a9e1c76fa83 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 7 Aug 2010 22:01:27 -0700 Subject: swrast: Reduce header file inclusion in s_texcombine.h. Include mtypes.h for GLcontext sybmol. Include s_span.h for SWspan symbol. --- src/mesa/swrast/s_texcombine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_texcombine.h b/src/mesa/swrast/s_texcombine.h index 9ed96efb87..4f5dfbe1af 100644 --- a/src/mesa/swrast/s_texcombine.h +++ b/src/mesa/swrast/s_texcombine.h @@ -27,7 +27,8 @@ #define S_TEXCOMBINE_H -#include "swrast.h" +#include "main/mtypes.h" +#include "s_span.h" extern void _swrast_texture_span( GLcontext *ctx, SWspan *span ); -- cgit v1.2.3