removed uppercase references in include
This commit is contained in:
parent
dd9ebaba8e
commit
2376184409
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.1 2004/05/28 13:00:39 ganovelli
|
||||||
created
|
created
|
||||||
|
|
||||||
|
@ -35,7 +38,7 @@ created
|
||||||
#define __VCGLIB_MATRIX33_H
|
#define __VCGLIB_MATRIX33_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <vcg/space/Point3.h>
|
#include <vcg/space/point3.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
#define __VCGLIB_QUADRIC
|
||||||
|
|
||||||
#ifndef __VCGLIB_POINT3
|
#ifndef __VCGLIB_POINT3
|
||||||
#include <vcg/Point3.h>
|
#include <vcg/space/point3.h>
|
||||||
#endif
|
#endif
|
||||||
#ifndef __VCGLIB_PLANE3
|
#ifndef __VCGLIB_PLANE3
|
||||||
#include <vcg/Plane3.h>
|
#include <vcg/space/plane3.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
Loading…
Reference in New Issue