swrast: silence double->float assignment warnings
[mesa.git] / src / mesa / swrast / s_points.h
index 27047f45ba8eca5e955b78d95e6253e3a7f16c16..9e39c601efb25e6f9c1707b9c703a5f7023a1e1b 100644 (file)
@@ -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,7 +27,7 @@
 #ifndef S_POINTS_H
 #define S_POINTS_H
 
-#include "mtypes.h"
+#include "swrast.h"
 
 extern void
 _swrast_choose_point( GLcontext *ctx );