--- ray/src/common/fgetval.c 2003/06/07 12:50:20 2.5 +++ ray/src/common/fgetval.c 2003/06/27 06:53:21 2.6 @@ -1,21 +1,16 @@ #ifndef lint -static const char RCSid[] = "$Id: fgetval.c,v 2.5 2003/06/07 12:50:20 schorsch Exp $"; +static const char RCSid[] = "$Id: fgetval.c,v 2.6 2003/06/27 06:53:21 greg Exp $"; #endif /* * Read white space separated values from stream * - * External symbols declared in standard.h + * External symbols declared in rtio.h */ -#include "copyright.h" +#include "rtio.h" -#include #include -#include -#include #include - -#include "standard.h" int fgetval(fp, ty, vp) /* get specified data word */