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