From: Vinson Lee Date: Sun, 8 Aug 2010 05:01:27 +0000 (-0700) Subject: swrast: Reduce header file inclusion in s_texcombine.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c20e9774679691fef3a2be3d64621a9e1c76fa83;p=mesa.git swrast: Reduce header file inclusion in s_texcombine.h. Include mtypes.h for GLcontext sybmol. Include s_span.h for SWspan symbol. --- diff --git a/src/mesa/swrast/s_texcombine.h b/src/mesa/swrast/s_texcombine.h index 9ed96efb879..4f5dfbe1afe 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 );