X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_fragprog.h;h=62a68361769f3edb8b7859cea9f9f401da31b3db;hb=12d69fca096facf0ddb4642faaed4d5f02d76848;hp=e1b7e6791855d7cc3c75da0a67b20a96d6c9aa64;hpb=d619cceea47dc3070ebb7f7ea4f8b6b31a672d38;p=mesa.git diff --git a/src/mesa/swrast/s_fragprog.h b/src/mesa/swrast/s_fragprog.h index e1b7e679185..62a68361769 100644 --- a/src/mesa/swrast/s_fragprog.h +++ b/src/mesa/swrast/s_fragprog.h @@ -27,11 +27,13 @@ #define S_FRAGPROG_H -#include "s_context.h" +#include "s_span.h" + +struct gl_context; extern void -_swrast_exec_fragment_program(GLcontext *ctx, SWspan *span); +_swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span); #endif /* S_FRAGPROG_H */