fix typo
[mesa.git] / src / mesa / swrast / s_blend.h
index 090547d18b245ba71e95cbdd038ca9adeab3b5a5..11bf378e31959846681eedd9cbd5e4f1b065f8eb 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: s_blend.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 void
-_mesa_blend_span( GLcontext *ctx, const struct sw_span *span,
+_swrast_blend_span( GLcontext *ctx, const struct sw_span *span,
                   GLchan rgba[][4] );