X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_alpha.h;h=fca209a446784ca7b785bfbf7dd9006a7f0214ba;hb=d78b44c2651b45c337dda71b17351beb41eb9c14;hp=cf69223b9eddba4e034e78ad1c2356cdfdc89799;hpb=45bc887da226403f2c41077e40ca38b6f60f1359;p=mesa.git diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h index cf69223b9ed..fca209a4467 100644 --- a/src/mesa/swrast/s_alpha.h +++ b/src/mesa/swrast/s_alpha.h @@ -1,5 +1,3 @@ -/* $Id: s_alpha.h,v 1.8 2003/03/25 02:23:44 brianp Exp $ */ - /* * Mesa 3-D graphics library * Version: 4.1 @@ -29,12 +27,13 @@ #define S_ALPHA_H -#include "mtypes.h" -#include "s_context.h" +#include "main/glheader.h" +#include "s_span.h" +struct gl_context; extern GLint -_swrast_alpha_test( const GLcontext *ctx, struct sw_span *span ); +_swrast_alpha_test( const struct gl_context *ctx, SWspan *span ); #endif