0024737: Coding - remove <br> tag from header files
[occt.git] / src / BOPTools / BOPTools_DataMapOfShapeSet.hxx
index e3df623..f8e8985 100644 (file)
 #include <TopoDS_Shape.hxx>  
 #include <TopTools_ShapeMapHasher.hxx>
   
-#define _NCollection_MapHasher
 #include <NCollection_DataMap.hxx>
 
 typedef NCollection_DataMap<TopoDS_Shape, BOPTools_Set, TopTools_ShapeMapHasher> BOPTools_DataMapOfShapeSet; 
 typedef BOPTools_DataMapOfShapeSet::Iterator BOPCol_DataMapIteratorOfDataMapOfShapeSet; 
-#undef _NCollection_MapHasher
-
 
 #endif