--- ray/src/util/dctimestep.c 2025/06/06 19:11:21 2.54 +++ ray/src/util/dctimestep.c 2025/06/07 05:09:46 2.55 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: dctimestep.c,v 2.54 2025/06/06 19:11:21 greg Exp $"; +static const char RCSid[] = "$Id: dctimestep.c,v 2.55 2025/06/07 05:09:46 greg Exp $"; #endif /* * Compute time-step result using Daylight Coefficient method. @@ -8,7 +8,6 @@ static const char RCSid[] = "$Id: dctimestep.c,v 2.54 */ #include -#include "paths.h" #include "platform.h" #include "standard.h" #include "cmatrix.h"