--- ray/src/cv/obj2rad.c 2013/11/08 16:49:04 2.29 +++ ray/src/cv/obj2rad.c 2019/12/28 18:05:14 2.30 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: obj2rad.c,v 2.29 2013/11/08 16:49:04 greg Exp $"; +static const char RCSid[] = "$Id: obj2rad.c,v 2.30 2019/12/28 18:05:14 greg Exp $"; #endif /* * Convert a Wavefront .OBJ file to Radiance format. @@ -11,7 +11,6 @@ static const char RCSid[] = "$Id: obj2rad.c,v 2.29 201 */ #include -#include #include #include "rtmath.h"