Module: Mesa Branch: master Commit: b3c59acca6671ee22d248bda8c9b30545e66d7df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3c59acca6671ee22d248bda8c9b30545e66d7df
Author: Vinson Lee <[email protected]> Date: Fri Dec 24 19:55:42 2010 -0800 swrast: Clean up header file inclusion in s_blend.h. --- src/mesa/swrast/s_blend.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/mesa/swrast/s_blend.h b/src/mesa/swrast/s_blend.h index 8b06dd5..69cd89e 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); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
