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 18, 2021
1 parent 16db3e4 commit 8eb1673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/itkProxTVImageFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#ifndef itkProxTVImageFilter_hxx
#define itkProxTVImageFilter_hxx

#include "itkProxTVImageFilter.h"

#include "itkImageRegionIterator.h"
#include "itkImageRegionConstIterator.h"
Expand Down

0 comments on commit 8eb1673

Please sign in to comment.