From: Vinson Lee Date: Sun, 26 Dec 2010 04:03:33 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_masking.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77aaaf5fd5c9946a2c0e6ac5a1b089e977d16eaf;p=mesa.git swrast: Clean up header file inclusion in s_masking.h. --- diff --git a/src/mesa/swrast/s_masking.h b/src/mesa/swrast/s_masking.h index 3712c82163b..5124509a049 100644 --- a/src/mesa/swrast/s_masking.h +++ b/src/mesa/swrast/s_masking.h @@ -27,9 +27,12 @@ #define S_MASKING_H -#include "main/mtypes.h" +#include "main/glheader.h" #include "s_span.h" +struct gl_context; +struct gl_renderbuffer; + extern void _swrast_mask_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,