--- ray/src/rt/func.h 2003/06/07 00:54:58 2.4 +++ ray/src/rt/func.h 2003/07/14 22:24:00 2.6 @@ -1,4 +1,4 @@ -/* RCSid $Id: func.h,v 2.4 2003/06/07 00:54:58 schorsch Exp $ */ +/* RCSid $Id: func.h,v 2.6 2003/07/14 22:24:00 schorsch Exp $ */ /* * Header file for modifiers using function files. * @@ -6,14 +6,12 @@ */ #ifndef _RAD_FUNC_H_ #define _RAD_FUNC_H_ + +#include "calcomp.h" + #ifdef __cplusplus extern "C" { #endif - - -#include "copyright.h" - -#include "calcomp.h" #define MAXEXPR 9 /* maximum expressions in modifier */