removed uppercase references in include

This commit is contained in:
Paolo Cignoni 2004-07-13 06:48:30 +00:00
parent dd9ebaba8e
commit 2376184409
2 changed files with 9 additions and 3 deletions

View File

@ -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 <stdio.h>
#include <vcg/space/Point3.h>
#include <vcg/space/point3.h>
#include <vector>
namespace vcg {

View File

@ -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 <vcg/Point3.h>
#include <vcg/space/point3.h>
#endif
#ifndef __VCGLIB_PLANE3
#include <vcg/Plane3.h>
#include <vcg/space/plane3.h>
#endif
namespace vcg {