summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-07 21:44:53 -0700
committerVinson Lee <vlee@vmware.com>2010-08-07 21:44:53 -0700
commite616d05b221889b62f7136e6e26a646c885f6ff8 (patch)
tree2de73d1ccdc960ff63b31c56938d1da79d4b70fc
parent01739cdda2330a98f01ac41cbd5f696aa6901876 (diff)
swrast: Reduce header file inclusion in s_stencil.h.
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol.
-rw-r--r--src/mesa/swrast/s_stencil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_stencil.h b/src/mesa/swrast/s_stencil.h
index cd6cbc57b0b..c076ebbe2a1 100644
--- a/src/mesa/swrast/s_stencil.h
+++ b/src/mesa/swrast/s_stencil.h
@@ -27,7 +27,8 @@
#define S_STENCIL_H
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_span.h"