0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BRepFeat / BRepFeat_MakeCylindricalHole.cxx
index 5ef838e..61c9ecd 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BRepFeat_MakeCylindricalHole.ixx>
-
-
-#include <LocOpe_CurveShapeIntersector.hxx>
-#include <LocOpe_PntFace.hxx>
 
 #include <Bnd_Box.hxx>
 #include <BRep_Builder.hxx>
 #include <BRep_Tool.hxx>
+#include <BRepBndLib.hxx>
+#include <BRepFeat_MakeCylindricalHole.hxx>
 #include <BRepPrim_Cylinder.hxx>
-#include <TopTools_ListOfShape.hxx>
-#include <TopTools_ListIteratorOfListOfShape.hxx>
-#include <TopoDS_Solid.hxx>
+#include <BRepTools.hxx>
+#include <ElCLib.hxx>
+#include <Geom_Curve.hxx>
+#include <gp_Ax1.hxx>
+#include <LocOpe_CurveShapeIntersector.hxx>
+#include <LocOpe_PntFace.hxx>
+#include <Precision.hxx>
+#include <Standard_ConstructionError.hxx>
+#include <StdFail_NotDone.hxx>
 #include <TopExp_Explorer.hxx>
 #include <TopLoc_Location.hxx>
-
-#include <Geom_Curve.hxx>
-
-#include <ElCLib.hxx>
-#include <BRepTools.hxx>
 #include <TopoDS.hxx>
-#include <Precision.hxx>
-#include <BRepBndLib.hxx>
-
-
+#include <TopoDS_Shape.hxx>
+#include <TopoDS_Solid.hxx>
+#include <TopTools_ListIteratorOfListOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
 
 static void Baryc(const TopoDS_Shape&,
                   gp_Pnt&);