From: Vinson Lee Date: Sat, 25 Dec 2010 03:47:54 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_atifragshader.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9a0e259194440d03480a13d3dd9d86b57f4b3dc;p=mesa.git swrast: Clean up header file inclusion in s_atifragshader.h. --- diff --git a/src/mesa/swrast/s_atifragshader.h b/src/mesa/swrast/s_atifragshader.h index 39a6e64ed92..10aaaa592c7 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 );