--- ray/src/px/ra_bmp.c 2025/06/06 19:11:21 2.16 +++ ray/src/px/ra_bmp.c 2025/06/07 05:09:46 2.17 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: ra_bmp.c,v 2.16 2025/06/06 19:11:21 greg Exp $"; +static const char RCSid[] = "$Id: ra_bmp.c,v 2.17 2025/06/07 05:09:46 greg Exp $"; #endif /* * program to convert between RADIANCE and Windows BMP file @@ -8,7 +8,6 @@ static const char RCSid[] = "$Id: ra_bmp.c,v 2.16 2025 #include #include "rtio.h" -#include "paths.h" #include "platform.h" #include "color.h" #include "tonemap.h"