Skip to content

Commit

Permalink
COMP: Remove inclusion of .hxx files as headers
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
hjmjohnson committed Dec 17, 2021
1 parent d0c6b40 commit 96bf689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/itkStripTsImageFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#ifndef itkStripTsImageFilter_hxx
#define itkStripTsImageFilter_hxx

#include "itkStripTsImageFilter.h"
#include "itkLabelImageGaussianInterpolateImageFunction.h"

namespace itk
Expand Down

0 comments on commit 96bf689

Please sign in to comment.