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

Commit 6b09611

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 59c0503 commit 6b09611

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/itkCuberilleImageToMeshFilter.hxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#define itkCuberilleImageToMeshFilter_hxx
2121

2222
#include "itkMath.h"
23-
#include "itkCuberilleImageToMeshFilter.h"
2423
#include "itkNumericTraits.h"
2524
#include <itkConnectedComponentImageFilter.h>
2625
#include <array>

0 commit comments

Comments
 (0)