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,15 +16,9 @@
|
||||
#ifndef _BRepBuilderAPI_BndBoxTreeSelector_Header
|
||||
#define _BRepBuilderAPI_BndBoxTreeSelector_Header
|
||||
|
||||
#ifndef _TColStd_ListOfInteger_HeaderFile
|
||||
#include <TColStd_ListOfInteger.hxx>
|
||||
#endif
|
||||
#ifndef _Bnd_Box_HeaderFile
|
||||
#include <Bnd_Box.hxx>
|
||||
#endif
|
||||
#ifndef NCollection_UBTree_HeaderFile
|
||||
#include <NCollection_UBTree.hxx>
|
||||
#endif
|
||||
|
||||
typedef NCollection_UBTree <Standard_Integer, Bnd_Box> BRepBuilderAPI_BndBoxTree;
|
||||
|
||||
|
@@ -16,18 +16,7 @@
|
||||
#ifndef _BRepBuilderAPI_CellFilter_HeaderFile
|
||||
#define _BRepBuilderAPI_CellFilter_HeaderFile
|
||||
|
||||
#ifndef _gp_XYZ_HeaderFile
|
||||
#include <gp_XYZ.hxx>
|
||||
#endif
|
||||
#ifndef _gp_XY_HeaderFile
|
||||
#include <gp_XY.hxx>
|
||||
#endif
|
||||
#ifndef NCollection_CellFilter_HeaderFile
|
||||
#include <NCollection_CellFilter.hxx>
|
||||
#endif
|
||||
#ifndef _BRepBuilderAPI_VertexInspector_HeaderFile
|
||||
#include <BRepBuilderAPI_VertexInspector.hxx>
|
||||
#endif
|
||||
|
||||
typedef NCollection_CellFilter<BRepBuilderAPI_VertexInspector> BRepBuilderAPI_CellFilter;
|
||||
|
||||
|
@@ -16,22 +16,11 @@
|
||||
#ifndef _BRepBuilderAPI_VertexInspector_Header
|
||||
#define _BRepBuilderAPI_VertexInspector_Header
|
||||
|
||||
#ifndef _TColStd_ListOfInteger_HeaderFile
|
||||
#include <TColStd_ListOfInteger.hxx>
|
||||
#endif
|
||||
#ifndef NCollection_Vector_HeaderFile
|
||||
#include <NCollection_Vector.hxx>
|
||||
#endif
|
||||
#ifndef _gp_XY_HeaderFile
|
||||
#include <gp_XY.hxx>
|
||||
#endif
|
||||
#ifndef _gp_XYZ_HeaderFile
|
||||
#include <gp_XYZ.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef NCollection_CellFilter_HeaderFile
|
||||
#include <NCollection_CellFilter.hxx>
|
||||
#endif
|
||||
|
||||
typedef NCollection_Vector<gp_XYZ> VectorOfPoint;
|
||||
|
||||
|
Reference in New Issue
Block a user