--- ray/src/common/readmesh.c 2003/07/30 10:11:06 2.8 +++ ray/src/common/readmesh.c 2004/01/30 00:08:31 2.11 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: readmesh.c,v 2.8 2003/07/30 10:11:06 schorsch Exp $"; +static const char RCSid[] = "$Id: readmesh.c,v 2.11 2004/01/30 00:08:31 greg Exp $"; #endif /* * Routines for reading a compiled mesh from a file @@ -7,8 +7,8 @@ static const char RCSid[] = "$Id: readmesh.c,v 2.8 200 #include -#include "standard.h" #include "platform.h" +#include "standard.h" #include "octree.h" #include "object.h" #include "mesh.h"