Skip to content

Commit 6501909

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 ece904d commit 6501909

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/itkAnalyzeObjectMap.hxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#ifndef itkAnalyzeObjectMap_hxx
2222
#define itkAnalyzeObjectMap_hxx
2323

24-
#include "itkAnalyzeObjectMap.h"
2524
#include "itkImageRegionIterator.h"
2625

2726
namespace itk

0 commit comments

Comments
 (0)