--- ray/src/common/view.h 2003/06/30 19:04:29 2.12 +++ ray/src/common/view.h 2003/10/27 10:19:31 2.15 @@ -1,4 +1,4 @@ -/* RCSid $Id: view.h,v 2.12 2003/06/30 19:04:29 greg Exp $ */ +/* RCSid $Id: view.h,v 2.15 2003/10/27 10:19:31 schorsch Exp $ */ /* * view.h - header file for image generation. * @@ -7,11 +7,15 @@ */ #ifndef _RAD_VIEW_H_ #define _RAD_VIEW_H_ + +#include + +#include "rtmath.h" +#include "resolu.h" + #ifdef __cplusplus extern "C" { #endif - -#include "resolu.h" /* view types */ #define VT_PER 'v' /* perspective */