From: Romulo Pinho Date: Mon, 13 Feb 2012 15:25:24 +0000 (+0100) Subject: Removed unnecessary includes and dependencies X-Git-Tag: v1.3.0~103 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=db1e29b00e5b2ca2b20533fa882e624ebba93a7f;p=clitk.git Removed unnecessary includes and dependencies --- diff --git a/registration/clitkConvertBLUTCoeffsToVFFilter.txx b/registration/clitkConvertBLUTCoeffsToVFFilter.txx index 32464d7..e103424 100644 --- a/registration/clitkConvertBLUTCoeffsToVFFilter.txx +++ b/registration/clitkConvertBLUTCoeffsToVFFilter.txx @@ -1,11 +1,11 @@ #include "clitkConvertBLUTCoeffsToVFFilter.h" #include "clitkBSplineDeformableTransform.h" -#include "clitkTransformToDeformationFieldSource.h" -#include "clitkShapedBLUTSpatioTemporalDeformableTransform.h" +//#include "clitkTransformToDeformationFieldSource.h" +//#include "clitkShapedBLUTSpatioTemporalDeformableTransform.h" #include "itkImageMaskSpatialObject.h" -#include "clitkConvertBSplineDeformableTransformToVFGenericFilter.h" +//#include "clitkConvertBSplineDeformableTransformToVFGenericFilter.h" #include "clitkVectorImageToImageFilter.h" #if ITK_VERSION_MAJOR >= 4 #include "itkTransformToDisplacementFieldSource.h"