diff --git a/vcg/math/matrix33.h b/vcg/math/matrix33.h index 7a6d38b0..df998c39 100644 --- a/vcg/math/matrix33.h +++ b/vcg/math/matrix33.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/05/28 13:09:05 ganovelli +created + Revision 1.1 2004/05/28 13:00:39 ganovelli created @@ -35,7 +38,7 @@ created #define __VCGLIB_MATRIX33_H #include -#include +#include #include namespace vcg { diff --git a/vcg/space/quadric.h b/vcg/space/quadric.h index 66f9d1b8..ade377b9 100644 --- a/vcg/space/quadric.h +++ b/vcg/space/quadric.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/07/12 23:46:03 cignoni +Initial Commit + ****************************************************************************/ @@ -31,10 +34,10 @@ $Log: not supported by cvs2svn $ #define __VCGLIB_QUADRIC #ifndef __VCGLIB_POINT3 -#include +#include #endif #ifndef __VCGLIB_PLANE3 -#include +#include #endif namespace vcg {