Module: Mesa Branch: master Commit: c9a0e259194440d03480a13d3dd9d86b57f4b3dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9a0e259194440d03480a13d3dd9d86b57f4b3dc
Author: Vinson Lee <[email protected]> Date: Fri Dec 24 19:47:54 2010 -0800 swrast: Clean up header file inclusion in s_atifragshader.h. --- src/mesa/swrast/s_atifragshader.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/swrast/s_atifragshader.h b/src/mesa/swrast/s_atifragshader.h index 39a6e64..10aaaa5 100644 --- a/src/mesa/swrast/s_atifragshader.h +++ b/src/mesa/swrast/s_atifragshader.h @@ -27,9 +27,9 @@ #define S_ATIFRAGSHADER_H -#include "main/mtypes.h" #include "s_span.h" +struct gl_context; extern void _swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span ); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
