Skip to content

Commit eb1b24c

Browse files
jhlegarretadzenanz
authored andcommitted
DOC: Remove recursive inclusion of .h files
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
1 parent 781010a commit eb1b24c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,6 @@ \subsection{Class Layout}
18771877
#ifndef itkImage_hxx
18781878
#define itkImage_hxx
18791879
1880-
#include "itkImage.h"
18811880
#include "itkProcessObject.h"
18821881
18831882
#include <algorithm>
@@ -2789,7 +2788,6 @@ \subsection{Empty Lines}
27892788
#ifndef itkSpecializedImageFilter_hxx
27902789
#define itkSpecializedImageFilter_hxx
27912790
2792-
#include "itkSpecializedImageFilter.h"
27932791
#include "itkProgressAccumulator.h"
27942792
27952793
namespace itk

0 commit comments

Comments
 (0)