added __VCG_DECIMATION_TRIFLIP to ensure unique inclusion

This commit is contained in:
Nico Pietroni 2009-04-22 15:13:41 +00:00
parent 8bd0953add
commit c73495b7ce
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,9 @@
* *
****************************************************************************/
#ifndef __VCG_DECIMATION_TRIFLIP
#define __VCG_DECIMATION_TRIFLIP
#include <vcg/complex/local_optimization.h>
#include <vcg/simplex/face/topology.h>
#include <vcg/space/triangle3.h>
@ -602,3 +605,5 @@ public:
} // end of namespace tri
} // end of namespace vcg
#endif