--- ray/src/common/tmaptiff.c 2005/01/07 22:05:30 3.6 +++ ray/src/common/tmaptiff.c 2009/02/09 20:48:08 3.8 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: tmaptiff.c,v 3.6 2005/01/07 22:05:30 greg Exp $"; +static const char RCSid[] = "$Id: tmaptiff.c,v 3.8 2009/02/09 20:48:08 greg Exp $"; #endif /* * Perform tone mapping on TIFF input. @@ -10,8 +10,9 @@ static const char RCSid[] = "$Id: tmaptiff.c,v 3.6 200 #include "copyright.h" #include -#include "tiffio.h" +#include #include "tmprivat.h" +#include "tiffio.h" #include "tmaptiff.h" /* input cases we handle */