--- ray/src/common/tmprivat.h 2003/06/20 00:25:49 3.9 +++ ray/src/common/tmprivat.h 2003/07/14 04:56:54 3.11 @@ -1,4 +1,4 @@ -/* RCSid $Id: tmprivat.h,v 3.9 2003/06/20 00:25:49 greg Exp $ */ +/* RCSid $Id: tmprivat.h,v 3.11 2003/07/14 04:56:54 greg Exp $ */ /* * Private header file for tone mapping routines. */ @@ -8,14 +8,11 @@ extern "C" { #endif -#include "copyright.h" - #ifndef MEM_PTR #define MEM_PTR void * #endif #include "color.h" #include "tonemap.h" -#include "tifftypes.h" /* required constants */ #ifndef M_LN2