--- ray/src/common/mat4.h 2003/06/06 16:38:47 2.7 +++ ray/src/common/mat4.h 2003/06/27 06:53:21 2.10 @@ -1,4 +1,4 @@ -/* RCSid $Id: mat4.h,v 2.7 2003/06/06 16:38:47 schorsch Exp $ */ +/* RCSid $Id: mat4.h,v 2.10 2003/06/27 06:53:21 greg Exp $ */ /* * Definitions for 4x4 matrix operations */ @@ -8,11 +8,11 @@ extern "C" { #endif -#include "copyright.h" +#include #include "fvect.h" -typedef FLOAT MAT4[4][4]; +typedef RREAL MAT4[4][4]; #ifdef BSD #define copymat4(m4a,m4b) bcopy((void *)m4b,(void *)m4a,sizeof(MAT4))