From 0bbcbd24b9d321fc4e717d02aee07f53f658a9b2 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Mon, 20 Feb 2006 21:11:36 +0000 Subject: [PATCH] bugfix --- src/meshlabplugins/meshfilter/meshfilter.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/meshlabplugins/meshfilter/meshfilter.h b/src/meshlabplugins/meshfilter/meshfilter.h index e894aedca..c333ad837 100644 --- a/src/meshlabplugins/meshfilter/meshfilter.h +++ b/src/meshlabplugins/meshfilter/meshfilter.h @@ -20,6 +20,9 @@ ****************************************************************************/ /* History $Log$ +Revision 1.26 2006/02/20 21:11:36 giec +bugfix + Revision 1.25 2006/02/20 20:52:37 giec replace refine and detacher dialog whit GnericELDialog @@ -44,10 +47,8 @@ removed unused variable ActionInfo *ai, added Log history #include #include -#include "refineDialog.h" #include "decimatorDialog.h" #include "transformDialog.h" -//#include "GenericELDialog.h" #include "../../meshlab/genericELDialog.h" #include "../../meshlab/GLLogStream.h"