mesa: move more swrast-related #defines out of core Mesa
[mesa.git] / src / mesa / swrast / s_points.h
index 3fda115c0df879a8510c23d831d6ee0ce2dabfaf..0b6550e8018170cb3e145e86b52a5fae4ea36f5b 100644 (file)
 #ifndef S_POINTS_H
 #define S_POINTS_H
 
-#include "main/mtypes.h"
+#include "swrast.h"
 
 extern void
-_swrast_choose_point( GLcontext *ctx );
+_swrast_choose_point( struct gl_context *ctx );
 
 extern void
-_swrast_add_spec_terms_point( GLcontext *ctx,
+_swrast_add_spec_terms_point( struct gl_context *ctx,
                              const SWvertex *v0 );
 
 #endif