--- ray/src/cv/thf2rad.c 1991/12/19 15:05:54 2.2 +++ ray/src/cv/thf2rad.c 1993/06/04 14:33:12 2.3 @@ -13,13 +13,10 @@ static char SCCSid[] = "$SunId$ LBL"; */ #include +#include #define MAXSTR 128 /* maximum string or id length */ #define MAXPTS 2048 /* maximum points per object */ - -#ifndef atof -extern double atof(); -#endif typedef struct { double x, y, z;