update a couple MESA_FORMAT_Zxxx occurances
[mesa.git] / src / mesa / swrast / s_alpha.h
index 784307b5b241ebfaa1e3ef8f92dce13f20b913ef..add0f74c453b1a9fc1998cf6d6690e3565b7467b 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: s_alpha.h,v 1.6 2002/02/02 21:40:33 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 
 
 #include "mtypes.h"
-#include "swrast.h"
+#include "s_context.h"
 
 
 extern GLint
-_mesa_alpha_test( const GLcontext *ctx, struct sw_span *span );
+_swrast_alpha_test( const GLcontext *ctx, struct sw_span *span );
 
 
 #endif