Skip to content

Commit

Permalink
STYLE: Remove duplicate #include "itkNeighborhoodIterator.h" statements
Browse files Browse the repository at this point in the history
These duplicate `#include`s were introduced with commit 23f10a9
"ENH: FEM refactoring as contracted for ITKv4", 15 July 2011.
  • Loading branch information
N-Dekker authored and dzenanz committed Oct 20, 2022
1 parent cb460fa commit 81351fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Modules/Numerics/FEM/include/itkFEMImageMetricLoad.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

#include "itkImageRegionIteratorWithIndex.h"
#include "itkNeighborhoodIterator.h"
#include "itkNeighborhoodIterator.h"
#include "itkNeighborhoodInnerProduct.h"
#include "itkDerivativeOperator.h"
#include "itkForwardDifferenceOperator.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

#include "itkImageRegionIteratorWithIndex.h"
#include "itkNeighborhoodIterator.h"
#include "itkNeighborhoodIterator.h"
#include "itkNeighborhoodInnerProduct.h"
#include "itkDerivativeOperator.h"
#include "itkForwardDifferenceOperator.h"
Expand Down

0 comments on commit 81351fa

Please sign in to comment.