Skip to content

Commit

Permalink
DOC: Remove recursive inclusion of .h files
Browse files Browse the repository at this point in the history
The .h files include the .hxx files, which in
turn include the original .h file.

Remove the recursive includes.

Following the change in ITK:
InsightSoftwareConsortium/ITK@eec8968
  • Loading branch information
jhlegarreta authored and dzenanz committed Dec 22, 2021
1 parent 781010a commit eb1b24c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,6 @@ \subsection{Class Layout}
#ifndef itkImage_hxx
#define itkImage_hxx
#include "itkImage.h"
#include "itkProcessObject.h"
#include <algorithm>
Expand Down Expand Up @@ -2789,7 +2788,6 @@ \subsection{Empty Lines}
#ifndef itkSpecializedImageFilter_hxx
#define itkSpecializedImageFilter_hxx
#include "itkSpecializedImageFilter.h"
#include "itkProgressAccumulator.h"
namespace itk
Expand Down

0 comments on commit eb1b24c

Please sign in to comment.