added __VCG_DECIMATION_TRIFLIP to ensure unique inclusion
This commit is contained in:
parent
8bd0953add
commit
c73495b7ce
vcg/complex/local_optimization
|
@ -21,6 +21,9 @@
|
||||||
* *
|
* *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef __VCG_DECIMATION_TRIFLIP
|
||||||
|
#define __VCG_DECIMATION_TRIFLIP
|
||||||
|
|
||||||
#include <vcg/complex/local_optimization.h>
|
#include <vcg/complex/local_optimization.h>
|
||||||
#include <vcg/simplex/face/topology.h>
|
#include <vcg/simplex/face/topology.h>
|
||||||
#include <vcg/space/triangle3.h>
|
#include <vcg/space/triangle3.h>
|
||||||
|
@ -602,3 +605,5 @@ public:
|
||||||
|
|
||||||
} // end of namespace tri
|
} // end of namespace tri
|
||||||
} // end of namespace vcg
|
} // end of namespace vcg
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue