]> Creatis software - clitk.git/blobdiff - common/clitkFilterBase.h
cosmetic
[clitk.git] / common / clitkFilterBase.h
index a53f655d527a5bdcea53e6d955eb2ed0490d39da..94736f7329f1f00cd74e5161548bd412f4371c4d 100644 (file)
@@ -20,7 +20,6 @@
 #define CLITKFILTERBASE_H
 
 // clitk
-//#include "clitkCommon.h"
 #include "clitkTimer.h"
 #include "clitkFilterMacros.txx"
 #include "clitkLabelizeParameters.h"
@@ -123,7 +122,6 @@ namespace clitk {
     bool m_IsCancelled;
     Timer m_CurrentStepTimer;
     
-
   private:
     FilterBase(const Self&); //purposely not implemented
     void operator=(const Self&); //purposely not implemented