From 1bc1c669b291b60da493d72df0914f80a541c376 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 7 Aug 2010 12:19:29 -0700 Subject: swrast: Clean up header file inclusion in s_alpha.h. Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. --- src/mesa/swrast/s_alpha.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h index 7a5b72e650..239484a974 100644 --- a/src/mesa/swrast/s_alpha.h +++ b/src/mesa/swrast/s_alpha.h @@ -28,7 +28,8 @@ #define S_ALPHA_H -#include "s_context.h" +#include "main/mtypes.h" +#include "s_span.h" extern GLint -- cgit v1.2.3