From c9a0e259194440d03480a13d3dd9d86b57f4b3dc Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 24 Dec 2010 19:47:54 -0800 Subject: swrast: Clean up header file inclusion in s_atifragshader.h. --- src/mesa/swrast/s_atifragshader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_atifragshader.h b/src/mesa/swrast/s_atifragshader.h index 39a6e64ed9..10aaaa592c 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 ); -- cgit v1.2.3