--- ray/src/rt/rpaint.h 2003/06/07 00:54:58 2.4 +++ ray/src/rt/rpaint.h 2003/07/14 22:24:00 2.6 @@ -1,19 +1,16 @@ -/* RCSid $Id: rpaint.h,v 2.4 2003/06/07 00:54:58 schorsch Exp $ */ +/* RCSid $Id: rpaint.h,v 2.6 2003/07/14 22:24:00 schorsch Exp $ */ /* * rpaint.h - header file for image painting. */ #ifndef _RAD_RPAINT_H_ #define _RAD_RPAINT_H_ -#ifdef __cplusplus -extern "C" { -#endif - -#include "copyright.h" - #include "driver.h" - #include "view.h" + +#ifdef __cplusplus +extern "C" { +#endif typedef short COORD; /* an image coordinate */