X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_alpha.h;h=fca209a446784ca7b785bfbf7dd9006a7f0214ba;hb=12d69fca096facf0ddb4642faaed4d5f02d76848;hp=7a5b72e650af879b3cadd16946fc37285e02f591;hpb=2b66417402bc595be301ab9ed7b9ea2a5f79e180;p=mesa.git diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h index 7a5b72e650a..fca209a4467 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,11 +27,13 @@ #define S_ALPHA_H -#include "s_context.h" +#include "main/glheader.h" +#include "s_span.h" +struct gl_context; extern GLint -_swrast_alpha_test( const GLcontext *ctx, SWspan *span ); +_swrast_alpha_test( const struct gl_context *ctx, SWspan *span ); #endif