From: Vinson Lee Date: Sat, 25 Dec 2010 04:34:53 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_fragprog.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8dfeb98eb16285e099f1713722c8d71be2281c0f;p=mesa.git swrast: Clean up header file inclusion in s_fragprog.h. --- diff --git a/src/mesa/swrast/s_fragprog.h b/src/mesa/swrast/s_fragprog.h index 689d3fc82e4..62a68361769 100644 --- a/src/mesa/swrast/s_fragprog.h +++ b/src/mesa/swrast/s_fragprog.h @@ -27,9 +27,10 @@ #define S_FRAGPROG_H -#include "main/mtypes.h" #include "s_span.h" +struct gl_context; + extern void _swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span);