Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

Commit 95cf585

Browse files
committed
COMP: Remove inclusion of .hxx files as headers
The ability to include either .h or .hxx files as header files required recursively reading the .h files twice. The added complexity is unnecessary, costly, and can confuse static analysis tools that monitor header guardes (due to reaching the maximum depth of recursion limits for nested #ifdefs in checking).
1 parent 6cb12d8 commit 95cf585

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

include/itkAdditiveGaussianNoiseMeshFilter.hxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#ifndef itkAdditiveGaussianNoiseMeshFilter_hxx
1919
#define itkAdditiveGaussianNoiseMeshFilter_hxx
2020

21-
#include "itkAdditiveGaussianNoiseMeshFilter.h"
2221
#include "itkNormalVariateGenerator.h"
2322

2423
namespace itk

include/itkAdditiveGaussianNoiseQuadEdgeMeshFilter.hxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#ifndef itkAdditiveGaussianNoiseQuadEdgeMeshFilter_hxx
1919
#define itkAdditiveGaussianNoiseQuadEdgeMeshFilter_hxx
2020

21-
#include "itkAdditiveGaussianNoiseQuadEdgeMeshFilter.h"
2221
#include "itkNormalVariateGenerator.h"
2322

2423
namespace itk

0 commit comments

Comments
 (0)