From d6273bb39b9909f5fc530362805cf84cbefc9d25 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 7 Aug 2010 12:36:50 -0700 Subject: swrast: Clean up header file inclusion in s_blend.h. Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. --- src/mesa/swrast/s_blend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mesa/swrast/s_blend.h b/src/mesa/swrast/s_blend.h index 8d5a81635d..9cedde3bf2 100644 --- a/src/mesa/swrast/s_blend.h +++ b/src/mesa/swrast/s_blend.h @@ -27,7 +27,8 @@ #define S_BLEND_H -#include "s_context.h" +#include "main/mtypes.h" +#include "s_span.h" extern void -- cgit v1.2.3