--- ray/src/common/tmprivat.h 2003/06/27 06:53:22 3.10 +++ ray/src/common/tmprivat.h 2003/07/14 22:23:59 3.12 @@ -1,19 +1,19 @@ -/* RCSid $Id: tmprivat.h,v 3.10 2003/06/27 06:53:22 greg Exp $ */ +/* RCSid $Id: tmprivat.h,v 3.12 2003/07/14 22:23:59 schorsch Exp $ */ /* * Private header file for tone mapping routines. */ #ifndef _RAD_TMPRIVAT_H_ #define _RAD_TMPRIVAT_H_ -#ifdef __cplusplus -extern "C" { -#endif #ifndef MEM_PTR #define MEM_PTR void * #endif #include "color.h" #include "tonemap.h" -#include "tifftypes.h" + +#ifdef __cplusplus +extern "C" { +#endif /* required constants */ #ifndef M_LN2