mesa: move more swrast-related #defines out of core Mesa
[mesa.git] / src / mesa / swrast / s_alpha.h
index 784307b5b241ebfaa1e3ef8f92dce13f20b913ef..fca209a446784ca7b785bfbf7dd9006a7f0214ba 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id: s_alpha.h,v 1.6 2002/02/02 21:40:33 brianp Exp $ */
-
 /*
  * Mesa 3-D graphics library
  * Version:  4.1
 #define S_ALPHA_H
 
 
-#include "mtypes.h"
-#include "swrast.h"
+#include "main/glheader.h"
+#include "s_span.h"
 
+struct gl_context;
 
 extern GLint
-_mesa_alpha_test( const GLcontext *ctx, struct sw_span *span );
+_swrast_alpha_test( const struct gl_context *ctx, SWspan *span );
 
 
 #endif