summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-24 19:30:38 -0800
committerVinson Lee <vlee@vmware.com>2010-12-24 19:30:38 -0800
commiteadb90f045087bd07fd70fb946feea0aecc7f25e (patch)
treeb4bf583ac898682543bbb388f25787fe88d13bd1 /src/mesa/swrast
parentebe95d37967c32a951f13e552badecc84b295d9b (diff)
swrast: Clean up header file inclusion in s_alpha.h.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_alpha.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h
index 7cd6d800b2..fca209a446 100644
--- a/src/mesa/swrast/s_alpha.h
+++ b/src/mesa/swrast/s_alpha.h
@@ -1,4 +1,3 @@
-
/*
* Mesa 3-D graphics library
* Version: 4.1
@@ -28,9 +27,10 @@
#define S_ALPHA_H
-#include "main/mtypes.h"
+#include "main/glheader.h"
#include "s_span.h"
+struct gl_context;
extern GLint
_swrast_alpha_test( const struct gl_context *ctx, SWspan *span );