From c38be34a40b639362d13c1c74de0302480214c5c Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Fri, 7 May 2004 10:06:46 +0000 Subject: [PATCH] include Plane3 removed. --- vcg/complex/trimesh/subset.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/vcg/complex/trimesh/subset.h b/vcg/complex/trimesh/subset.h index 88966c3a..b38809ca 100644 --- a/vcg/complex/trimesh/subset.h +++ b/vcg/complex/trimesh/subset.h @@ -24,8 +24,8 @@ History $Log: not supported by cvs2svn $ - - +Revision 1.3 2004/05/07 09:35:09 turini +Added History Info ****************************************************************************/ @@ -34,16 +34,10 @@ $Log: not supported by cvs2svn $ #define __VCGLIB_TRISUBSET -#include - - namespace vcg { namespace tri { -template < class STL_VERT_CONT, class STL_FACE_CONT > class Mesh; - - template struct InsertedV {