From db1e29b00e5b2ca2b20533fa882e624ebba93a7f Mon Sep 17 00:00:00 2001 From: Romulo Pinho Date: Mon, 13 Feb 2012 16:25:24 +0100 Subject: [PATCH] Removed unnecessary includes and dependencies --- registration/clitkConvertBLUTCoeffsToVFFilter.txx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.45.1