Skip to content

Commit

Permalink
STYLE: Remove duplicate #include "itkMath.h" statements
Browse files Browse the repository at this point in the history
Using Notepad++ v4.8.2, doing:

    Find what: #include "itkMath.h"\r\n#include "itkMath.h"
    Replace with: #include "itkMath.h"
    Search mode: Extended

Most of these duplicate `#include`s were introduced with commit 2133446
"ENH: Avoid using vnl_math_ functions", 14 March 2016.
  • Loading branch information
N-Dekker authored and dzenanz committed Oct 20, 2022
1 parent 37e46fd commit cb460fa
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion Modules/Core/Common/include/itkBresenhamLine.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include "itkPoint.h"
#include "itkMath.h"
#include "itkMath.h"

namespace itk
{
Expand Down
1 change: 0 additions & 1 deletion Modules/Core/Transform/include/itkTranslationTransform.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#ifndef itkTranslationTransform_hxx
#define itkTranslationTransform_hxx

#include "itkMath.h"
#include "itkMath.h"

namespace itk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include "itkProgressReporter.h"
#include "itkMath.h"
#include "itkMath.h"

namespace itk
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include "itkUnaryFunctorImageFilter.h"
#include "itkMath.h"
#include "itkMath.h"

namespace itk
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include "itkProgressReporter.h"
#include "itkMath.h"
#include "itkMath.h"

namespace itk
{
Expand Down
1 change: 0 additions & 1 deletion Modules/Numerics/Optimizers/src/itkPowellOptimizer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include "itkPowellOptimizer.h"
#include "itkMath.h"
#include "itkMath.h"

namespace itk
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include "itkNumericTraits.h"
#include "itkMath.h"
#include "itkMath.h"

namespace itk
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include "itkNumericTraits.h"
#include "itkMath.h"
#include "itkMath.h"
#include <memory> // For make_unique.

namespace itk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include "itkMacro.h"
#include "itkMath.h"
#include "itkMath.h"

namespace itk
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "itkGaussianOperator.h"
#include "itkVectorNeighborhoodOperatorImageFilter.h"

#include "itkMath.h"
#include "itkMath.h"

namespace itk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include "itkNumericTraits.h"
#include "itkMath.h"
#include "itkMath.h"

#include <set>

Expand Down

0 comments on commit cb460fa

Please sign in to comment.