mesa: move more swrast-related #defines out of core Mesa
[mesa.git] / src / mesa / swrast / s_lines.h
index 5372b99b915a7076c4066301f666f9c66a8d2761..a4c98a8558bd21fd5ef74b21ff4003f4d97dcd2b 100644 (file)
 #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 );