diff options
author | Vinson Lee <[email protected]> | 2010-12-24 19:55:42 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-24 19:55:42 -0800 |
commit | b3c59acca6671ee22d248bda8c9b30545e66d7df (patch) | |
tree | 43741499457832bcc7ce16bd270afaab92c5b053 /src/mesa/swrast/s_blend.h | |
parent | c9a0e259194440d03480a13d3dd9d86b57f4b3dc (diff) |
swrast: Clean up header file inclusion in s_blend.h.
Diffstat (limited to 'src/mesa/swrast/s_blend.h')
-rw-r--r-- | 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 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); |