Linux compatible path in #include
This commit is contained in:
parent
919e2e3853
commit
8d978173ef
|
@ -22,6 +22,9 @@
|
|||
****************************************************************************/
|
||||
/****************************************************************************
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.9 2004/09/08 15:13:29 ganovelli
|
||||
changes for gc
|
||||
|
||||
Revision 1.8 2004/09/08 14:33:31 ganovelli
|
||||
*** empty log message ***
|
||||
|
||||
|
@ -31,9 +34,9 @@
|
|||
#ifndef __VCG_DECIMATION_TRICOLLAPSE
|
||||
#define __VCG_DECIMATION_CTRIOLLAPSE
|
||||
|
||||
#include<vcg\complex\trimesh\edge_collapse.h>
|
||||
#include<vcg\simplex\face\pos.h>
|
||||
#include<vcg\complex\local_optimization.h>
|
||||
#include<vcg/complex/trimesh/edge_collapse.h>
|
||||
#include<vcg/simplex/face/pos.h>
|
||||
#include<vcg/complex/local_optimization.h>
|
||||
|
||||
|
||||
namespace vcg{
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
#define __VCG_TETRA_TRI_COLLAPSE
|
||||
|
||||
|
||||
#include<vcg\simplex\face\pos.h>
|
||||
#include<vcg\simplex\face\topology.h>
|
||||
#include<vcg/simplex/face/pos.h>
|
||||
#include<vcg/simplex/face/topology.h>
|
||||
#include<map>
|
||||
|
||||
/** \addtogroup trimesh */
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
History
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.11 2004/08/07 16:18:20 pietroni
|
||||
addet testFFTopology and testVFTopology functions used to test the rispective topology....
|
||||
|
||||
Revision 1.10 2004/07/15 11:35:08 ganovelli
|
||||
Vfb to VFp
|
||||
|
||||
|
@ -59,7 +62,7 @@ Initial commit
|
|||
#ifndef __VCG_TRI_UPDATE_TOPOLOGY
|
||||
#define __VCG_TRI_UPDATE_TOPOLOGY
|
||||
#include <algorithm>
|
||||
#include <vcg\simplex\face\pos.h>
|
||||
#include <vcg/simplex/face/pos.h>
|
||||
namespace vcg {
|
||||
namespace tri {
|
||||
/** \addtogroup trimesh */
|
||||
|
|
Loading…
Reference in New Issue