X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmesa%2Fswrast%2Fs_alpha.h;h=fca209a446784ca7b785bfbf7dd9006a7f0214ba;hb=12d69fca096facf0ddb4642faaed4d5f02d76848;hp=239484a974342b6d6dcbcd91ed7ca8980aa79543;hpb=695cc370a280a637f411f5ff3877b3fd1c05e424;p=mesa.git diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h index 239484a9743..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,12 +27,13 @@ #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 GLcontext *ctx, SWspan *span ); +_swrast_alpha_test( const struct gl_context *ctx, SWspan *span ); #endif