--- ray/src/common/readfargs.c 1993/09/08 09:12:36 2.5 +++ ray/src/common/readfargs.c 1998/08/25 10:20:30 2.6 @@ -8,12 +8,8 @@ static char SCCSid[] = "$SunId$ LBL"; * Allocate, read and free object arguments */ -#include +#include "standard.h" -#include - -#include "fvect.h" - #include "object.h" @@ -21,11 +17,7 @@ static char SCCSid[] = "$SunId$ LBL"; #define bmalloc malloc #endif -#ifdef DCL_ATOF -extern double atof(); -#endif - -extern char *bmalloc(), *savestr(), *fgetword(); +extern char *fgetword(); extern int atoi(); extern long atol();