diff options
author | Vinson Lee <[email protected]> | 2010-12-25 20:12:06 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-25 20:12:06 -0800 |
commit | 06fa98611277839689a7bc221c59c409032bbd4e (patch) | |
tree | 7fe3ee57f567c34d4afc79ffe7ec8023b1933b64 /src/mesa/swrast | |
parent | 77aaaf5fd5c9946a2c0e6ac5a1b089e977d16eaf (diff) |
swrast: Clean up header file inclusion in s_texcombine.h.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_texcombine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texcombine.h b/src/mesa/swrast/s_texcombine.h index 5f47ebecbf1..11049d86b26 100644 --- a/src/mesa/swrast/s_texcombine.h +++ b/src/mesa/swrast/s_texcombine.h @@ -27,9 +27,10 @@ #define S_TEXCOMBINE_H -#include "main/mtypes.h" #include "s_span.h" +struct gl_context; + extern void _swrast_texture_span( struct gl_context *ctx, SWspan *span ); |