From: Vinson Lee Date: Sat, 25 Dec 2010 04:43:35 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_logic.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecc6b7c0026a428ca49e486882baefb8fca1e440;p=mesa.git swrast: Clean up header file inclusion in s_logic.h. --- diff --git a/src/mesa/swrast/s_logic.h b/src/mesa/swrast/s_logic.h index 95c7fe3e150..0a3adfca5ff 100644 --- a/src/mesa/swrast/s_logic.h +++ b/src/mesa/swrast/s_logic.h @@ -27,9 +27,11 @@ #define S_LOGIC_H -#include "main/mtypes.h" #include "s_span.h" +struct gl_context; +struct gl_renderbuffer; + extern void _swrast_logicop_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span);