From: Vinson Lee Date: Sat, 25 Dec 2010 03:30:38 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_alpha.h. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eadb90f045087bd07fd70fb946feea0aecc7f25e;p=profile%2Fivi%2Fmesa.git swrast: Clean up header file inclusion in s_alpha.h. --- diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h index 7cd6d80..fca209a 100644 --- a/src/mesa/swrast/s_alpha.h +++ b/src/mesa/swrast/s_alpha.h @@ -1,4 +1,3 @@ - /* * Mesa 3-D graphics library * Version: 4.1 @@ -28,9 +27,10 @@ #define S_ALPHA_H -#include "main/mtypes.h" +#include "main/glheader.h" #include "s_span.h" +struct gl_context; extern GLint _swrast_alpha_test( const struct gl_context *ctx, SWspan *span );