diff --git a/vcg/complex/trimesh/clean.h b/vcg/complex/trimesh/clean.h index 50a04c06..ac1893d8 100644 --- a/vcg/complex/trimesh/clean.h +++ b/vcg/complex/trimesh/clean.h @@ -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 // VCG headers -#include #include #include #include diff --git a/vcg/complex/trimesh/stat.h b/vcg/complex/trimesh/stat.h index 05e2d7ae..e486f146 100644 --- a/vcg/complex/trimesh/stat.h +++ b/vcg/complex/trimesh/stat.h @@ -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 -#include #include #include #include