--- ray/src/common/view.h 2003/06/26 00:58:09 2.10 +++ ray/src/common/view.h 2003/10/27 10:19:31 2.15 @@ -1,19 +1,21 @@ -/* RCSid $Id: view.h,v 2.10 2003/06/26 00:58:09 schorsch Exp $ */ +/* RCSid $Id: view.h,v 2.15 2003/10/27 10:19:31 schorsch Exp $ */ /* * view.h - header file for image generation. * - * Include after fvect.h + * Include after stdio.h and fvect.h * Includes resolu.h */ #ifndef _RAD_VIEW_H_ #define _RAD_VIEW_H_ -#ifdef __cplusplus -extern "C" { -#endif -#include "copyright.h" +#include +#include "rtmath.h" #include "resolu.h" + +#ifdef __cplusplus +extern "C" { +#endif /* view types */ #define VT_PER 'v' /* perspective */