Skip to content

Commit

Permalink
BUG: Remove unused itkImageFileCastWriter includes
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Oct 1, 2023
1 parent 6492d1e commit 7244b04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Core/ComponentBaseClasses/elxFixedImagePyramidBase.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@

#include "elxFixedImagePyramidBase.h"
#include "elxDeref.h"

#ifndef __wasm32__
#include "itkImageFileCastWriter.h"
#endif

namespace elastix
{
Expand Down
3 changes: 3 additions & 0 deletions Core/ComponentBaseClasses/elxMovingImagePyramidBase.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@

#include "elxMovingImagePyramidBase.h"
#include "elxDeref.h"

#ifndef __wasm32__
#include "itkImageFileCastWriter.h"
#endif

namespace elastix
{
Expand Down
1 change: 0 additions & 1 deletion Core/ComponentBaseClasses/elxResamplerBase.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "elxConversion.h"
#include "elxDeref.h"

#include "itkImageFileCastWriter.h"
#include "itkChangeInformationImageFilter.h"
#include "itkAdvancedRayCastInterpolateImageFunction.h"
#include "itkTimeProbe.h"
Expand Down

0 comments on commit 7244b04

Please sign in to comment.