mesa: move more swrast-related #defines out of core Mesa
[mesa.git] / src / mesa / swrast / s_alpha.h
index 7a5b72e650af879b3cadd16946fc37285e02f591..fca209a446784ca7b785bfbf7dd9006a7f0214ba 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Mesa 3-D graphics library
  * Version:  4.1
 #define S_ALPHA_H
 
 
-#include "s_context.h"
+#include "main/glheader.h"
+#include "s_span.h"
 
+struct gl_context;
 
 extern GLint
-_swrast_alpha_test( const GLcontext *ctx, SWspan *span );
+_swrast_alpha_test( const struct gl_context *ctx, SWspan *span );
 
 
 #endif