--- ray/src/common/tmaptiff.h 2003/06/06 16:38:47 3.3 +++ ray/src/common/tmaptiff.h 2003/06/27 06:53:22 3.4 @@ -1,4 +1,4 @@ -/* RCSid $Id: tmaptiff.h,v 3.3 2003/06/06 16:38:47 schorsch Exp $ */ +/* RCSid $Id: tmaptiff.h,v 3.4 2003/06/27 06:53:22 greg Exp $ */ /* * tmaptiff.h * @@ -12,10 +12,6 @@ extern "C" { #endif - -#include "copyright.h" - - extern int tmCvL16(TMbright *ls, uint16 *luvs, int len); extern int tmCvLuv24(TMbright *ls, BYTE *cs, uint32 *luvs, int len); extern int tmCvLuv32(TMbright *ls, BYTE *cs, uint32 *luvs, int len); @@ -25,7 +21,6 @@ extern int tmMapTIFF(BYTE **psp, int *xp, int *yp, int RGBPRIMP monpri, double gamval, double Lddyn, double Ldmax, char *fname, TIFF *tp); - #ifdef __cplusplus }