X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_points.h;h=0b6550e8018170cb3e145e86b52a5fae4ea36f5b;hb=1b3ec16cc2c1190f0212fda26242f5e5206f5b1e;hp=27047f45ba8eca5e955b78d95e6253e3a7f16c16;hpb=b37a084357dd08573b86d6d8c5ba43d65bdc1bd7;p=mesa.git diff --git a/src/mesa/swrast/s_points.h b/src/mesa/swrast/s_points.h index 27047f45ba8..0b6550e8018 100644 --- a/src/mesa/swrast/s_points.h +++ b/src/mesa/swrast/s_points.h @@ -1,4 +1,3 @@ -/* $Id: s_points.h,v 1.6 2002/02/02 21:40:33 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -28,13 +27,13 @@ #ifndef S_POINTS_H #define S_POINTS_H -#include "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