--- ray/src/gen/gensurf.c 2003/11/16 10:29:38 2.13 +++ ray/src/gen/gensurf.c 2004/03/26 21:30:12 2.15 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: gensurf.c,v 2.13 2003/11/16 10:29:38 schorsch Exp $"; +static const char RCSid[] = "$Id: gensurf.c,v 2.15 2004/03/26 21:30:12 schorsch Exp $"; #endif /* * gensurf.c - program to generate functional surfaces @@ -15,9 +15,9 @@ static const char RCSid[] = "$Id: gensurf.c,v 2.13 200 * 4/16/02 Added conditional vertex output */ -#include "rtmath.h" -#include "rterror.h" -#include "rtio.h" +#include "standard.h" + +#include "paths.h" #include "calcomp.h" char XNAME[] = "X`SYS"; /* x function name */