Removed useless and conflicting inclusion of face.h

This commit is contained in:
Paolo Cignoni 2007-01-11 10:12:19 +00:00
parent cd277247cc
commit 349a05f6f1
2 changed files with 6 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.47 2006/12/01 21:26:14 cignoni
Corrected bug in the IsFFAdjacencyConsistent the Topology checking function.
Revision 1.46 2006/12/01 08:12:30 cignoni
Added a function for FF topology consistency check
@ -183,7 +186,6 @@ Initial Release
#include <stack>
// VCG headers
#include <vcg/simplex/face/face.h>
#include <vcg/simplex/face/pos.h>
#include <vcg/simplex/face/topology.h>
#include <vcg/complex/trimesh/base.h>

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.2 2006/05/25 09:39:09 cignoni
missing std and other gcc detected syntax errors
Revision 1.1 2006/05/21 06:59:13 cignoni
Initial Commit
@ -36,7 +39,6 @@ Initial Commit
// VCG headers
#include <vcg/math/histogram.h>
#include <vcg/simplex/face/face.h>
#include <vcg/simplex/face/pos.h>
#include <vcg/simplex/face/topology.h>
#include <vcg/complex/trimesh/base.h>