summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-25 20:12:06 -0800
committerVinson Lee <vlee@vmware.com>2010-12-25 20:12:06 -0800
commit06fa98611277839689a7bc221c59c409032bbd4e (patch)
tree7fe3ee57f567c34d4afc79ffe7ec8023b1933b64
parent77aaaf5fd5c9946a2c0e6ac5a1b089e977d16eaf (diff)
swrast: Clean up header file inclusion in s_texcombine.h.
-rw-r--r--src/mesa/swrast/s_texcombine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texcombine.h b/src/mesa/swrast/s_texcombine.h
index 5f47ebecbf..11049d86b2 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 );