summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-24 20:34:53 -0800
committerVinson Lee <vlee@vmware.com>2010-12-24 20:34:53 -0800
commit8dfeb98eb16285e099f1713722c8d71be2281c0f (patch)
tree52e82ce95018016d3db2bf34bde0ae6033c29420 /src/mesa/swrast
parent3e2ea145b16f6c2894121df7b4a802d8bbbe6d46 (diff)
swrast: Clean up header file inclusion in s_fragprog.h.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_fragprog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_fragprog.h b/src/mesa/swrast/s_fragprog.h
index 689d3fc82e..62a6836176 100644
--- a/src/mesa/swrast/s_fragprog.h
+++ b/src/mesa/swrast/s_fragprog.h
@@ -27,9 +27,10 @@
#define S_FRAGPROG_H
-#include "main/mtypes.h"
#include "s_span.h"
+struct gl_context;
+
extern void
_swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span);