--- ray/src/ot/obj2mesh.c 2025/06/03 21:31:51 2.18 +++ ray/src/ot/obj2mesh.c 2025/06/07 05:09:46 2.19 @@ -1,12 +1,12 @@ #ifndef lint -static const char RCSid[] = "$Id: obj2mesh.c,v 2.18 2025/06/03 21:31:51 greg Exp $"; +static const char RCSid[] = "$Id: obj2mesh.c,v 2.19 2025/06/07 05:09:46 greg Exp $"; #endif /* * Main program to compile a Wavefront .OBJ file into a Radiance mesh */ #include "copyright.h" -#include "paths.h" + #include "platform.h" #include "standard.h" #include "resolu.h"