mesa: move more swrast-related #defines out of core Mesa
[mesa.git] / src / mesa / swrast / s_lines.h
index 99a60d9b0631cf468c8203dd0284e7c188fbe90e..a4c98a8558bd21fd5ef74b21ff4003f4d97dcd2b 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: s_lines.h,v 1.5 2001/03/12 00:48:42 gareth Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #ifndef S_LINES_H
 #define S_LINES_H
 
-#include "mtypes.h"
+#include "swrast.h"
 
 void
-_swrast_choose_line( GLcontext *ctx );
+_swrast_choose_line( struct gl_context *ctx );
 
 void
-_swrast_add_spec_terms_line( GLcontext *ctx,
+_swrast_add_spec_terms_line( struct gl_context *ctx,
                             const SWvertex *v0,
                             const SWvertex *v1 );