mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024737: Coding - remove <br> tag from header files
Eliminate #ifdefs around #includes, some unnecessary includes and macros
This commit is contained in:
@@ -16,13 +16,6 @@
|
||||
#ifndef IntPolyh_ArrayOfCouples_HeaderFile
|
||||
#define IntPolyh_ArrayOfCouples_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <IntPolyh_Array.hxx>
|
||||
#include <IntPolyh_Couple.hxx>
|
||||
|
||||
|
@@ -16,13 +16,6 @@
|
||||
#ifndef IntPolyh_ArrayOfEdges_HeaderFile
|
||||
#define IntPolyh_ArrayOfEdges_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <IntPolyh_Array.hxx>
|
||||
#include <IntPolyh_Edge.hxx>
|
||||
|
||||
|
@@ -16,13 +16,6 @@
|
||||
#ifndef IntPolyh_ArrayOfPoints_HeaderFile
|
||||
#define IntPolyh_ArrayOfPoints_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <IntPolyh_Array.hxx>
|
||||
#include <IntPolyh_Point.hxx>
|
||||
|
||||
|
@@ -16,13 +16,6 @@
|
||||
#ifndef IntPolyh_ArrayOfSectionLines_HeaderFile
|
||||
#define IntPolyh_ArrayOfSectionLines_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <IntPolyh_Array.hxx>
|
||||
#include <IntPolyh_SectionLine.hxx>
|
||||
|
||||
|
@@ -16,13 +16,6 @@
|
||||
#ifndef IntPolyh_ArrayOfStartPoints_HeaderFile
|
||||
#define IntPolyh_ArrayOfStartPoints_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <IntPolyh_Array.hxx>
|
||||
#include <IntPolyh_StartPoint.hxx>
|
||||
|
||||
|
@@ -16,13 +16,6 @@
|
||||
#ifndef IntPolyh_ArrayOfTangentZones_HeaderFile
|
||||
#define IntPolyh_ArrayOfTangentZones_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <IntPolyh_Array.hxx>
|
||||
#include <IntPolyh_StartPoint.hxx>
|
||||
|
||||
|
@@ -16,13 +16,6 @@
|
||||
#ifndef IntPolyh_ArrayOfTriangles_HeaderFile
|
||||
#define IntPolyh_ArrayOfTriangles_HeaderFile
|
||||
|
||||
#ifndef _Standard_HeaderFile
|
||||
#include <Standard.hxx>
|
||||
#endif
|
||||
#ifndef _Standard_Macro_HeaderFile
|
||||
#include <Standard_Macro.hxx>
|
||||
#endif
|
||||
|
||||
#include <IntPolyh_Array.hxx>
|
||||
//#include <IntPolyh_Triangle.hxx>
|
||||
class IntPolyh_Triangle;
|
||||
|
Reference in New Issue
Block a user