diff options
author | Vinson Lee <vlee@vmware.com> | 2010-12-25 20:03:33 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-12-25 20:03:33 -0800 |
commit | 77aaaf5fd5c9946a2c0e6ac5a1b089e977d16eaf (patch) | |
tree | a5171a10e4898546e6f030867692586289b489a2 | |
parent | 8ca0aca8dd4075e7d8c692617584a940ebad2d42 (diff) |
swrast: Clean up header file inclusion in s_masking.h.
-rw-r--r-- | src/mesa/swrast/s_masking.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_masking.h b/src/mesa/swrast/s_masking.h index 3712c82163..5124509a04 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, |