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 87faabf commit da29f7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/itkMeshProcrustesAlignFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#ifndef itkMeshProcrustesAlignFilter_hxx
#define itkMeshProcrustesAlignFilter_hxx

#include "itkMeshProcrustesAlignFilter.h"

namespace itk
{
Expand Down

0 comments on commit da29f7b

Please sign in to comment.