Skip to content

Commit 76a08a0

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 965f9d7 commit 76a08a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/itkFixedPointInverseDisplacementFieldImageFilter.hxx

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

21-
#include "itkFixedPointInverseDisplacementFieldImageFilter.h"
2221
#include <iostream>
2322

2423
namespace itk

0 commit comments

Comments
 (0)