From: Vinson Lee Date: Sat, 25 Dec 2010 03:55:42 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_blend.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3c59acca6671ee22d248bda8c9b30545e66d7df;p=mesa.git swrast: Clean up header file inclusion in s_blend.h. --- diff --git a/src/mesa/swrast/s_blend.h b/src/mesa/swrast/s_blend.h index 8b06dd5031e..69cd89e7ac4 100644 --- a/src/mesa/swrast/s_blend.h +++ b/src/mesa/swrast/s_blend.h @@ -27,9 +27,12 @@ #define S_BLEND_H -#include "main/mtypes.h" +#include "main/glheader.h" #include "s_span.h" +struct gl_context; +struct gl_renderbuffer; + extern void _swrast_blend_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span);