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:
@@ -73,15 +73,12 @@ class BOPAlgo_EdgeInfo {
|
||||
typedef NCollection_List<BOPAlgo_EdgeInfo> BOPAlgo_ListOfEdgeInfo;
|
||||
typedef BOPAlgo_ListOfEdgeInfo::Iterator BOPAlgo_ListIteratorOfListOfEdgeInfo;
|
||||
|
||||
#define _NCollection_MapHasher
|
||||
#include <NCollection_IndexedDataMap.hxx>
|
||||
#include <TopTools_ShapeMapHasher.hxx>
|
||||
|
||||
typedef NCollection_IndexedDataMap<TopoDS_Shape, \
|
||||
BOPAlgo_ListOfEdgeInfo, \
|
||||
TopTools_ShapeMapHasher> BOPAlgo_IndexedDataMapOfShapeListOfEdgeInfo;
|
||||
#undef _NCollection_MapHasher
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : MakeWire
|
||||
|
Reference in New Issue
Block a user