From 237618440948d88463f88c648b1df471b6ab5ca5 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 13 Jul 2004 06:48:30 +0000 Subject: [PATCH] removed uppercase references in include --- vcg/math/matrix33.h | 5 ++++- vcg/space/quadric.h | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) 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 {