added Initial #define to exclusive inclusion

This commit is contained in:
Nico Pietroni 2009-09-01 18:23:50 +00:00
parent 8f89da47ef
commit 672cb554b1
1 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,5 @@
#ifndef VCG_BITQUAD_SUPPORT
#define VCG_BITQUAD_SUPPORT
#include <vector>
#include <vcg/complex/trimesh/subset.h>
#include <vcg/simplex/face/jumping_pos.h>
@ -902,12 +904,7 @@ static ScalarType Cos(const CoordType &a, const CoordType &b, const CoordType &c
return (e0*e1)/d;
}
};
}} // end namespace vcg::tri
#endif