--- ray/src/common/readoct.c 2004/12/16 19:31:36 2.28 +++ ray/src/common/readoct.c 2016/03/04 00:21:21 2.30 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: readoct.c,v 2.28 2004/12/16 19:31:36 greg Exp $"; +static const char RCSid[] = "$Id: readoct.c,v 2.30 2016/03/04 00:21:21 greg Exp $"; #endif /* * readoct.c - routines to read octree information. @@ -11,17 +11,12 @@ static const char RCSid[] = "$Id: readoct.c,v 2.28 200 #include #include "platform.h" -#include "rtprocess.h" +#include "paths.h" #include "standard.h" #include "octree.h" #include "object.h" #include "otypes.h" #include "resolu.h" - -#ifdef getc_unlocked /* avoid horrendous overhead of flockfile */ -#undef getc -#define getc getc_unlocked -#endif static double ogetflt(void); static long ogetint(int);