diff options
author | Vinson Lee <[email protected]> | 2010-12-24 20:43:35 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-24 20:43:35 -0800 |
commit | ecc6b7c0026a428ca49e486882baefb8fca1e440 (patch) | |
tree | cbf5bde33371b6406bab5ddb343f980452c4f846 /src/mesa/swrast/s_logic.h | |
parent | 8dfeb98eb16285e099f1713722c8d71be2281c0f (diff) |
swrast: Clean up header file inclusion in s_logic.h.
Diffstat (limited to 'src/mesa/swrast/s_logic.h')
-rw-r--r-- | src/mesa/swrast/s_logic.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_logic.h b/src/mesa/swrast/s_logic.h index 95c7fe3e150..0a3adfca5ff 100644 --- a/src/mesa/swrast/s_logic.h +++ b/src/mesa/swrast/s_logic.h @@ -27,9 +27,11 @@ #define S_LOGIC_H -#include "main/mtypes.h" #include "s_span.h" +struct gl_context; +struct gl_renderbuffer; + extern void _swrast_logicop_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span); |