0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BRepLib / BRepLib_MakeVertex.cxx
index 0b85bdb..8dcc1bb 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BRepLib_MakeVertex.ixx>
-#include <BRepLib.hxx>
+
 #include <BRep_Builder.hxx>
+#include <BRepLib.hxx>
+#include <BRepLib_MakeVertex.hxx>
+#include <gp_Pnt.hxx>
 #include <TopoDS.hxx>
+#include <TopoDS_Vertex.hxx>
 
 //=======================================================================
 //function : BRepLib_MakeVertex
 //purpose  : 
 //=======================================================================
-
 BRepLib_MakeVertex::BRepLib_MakeVertex(const gp_Pnt& P)
 {
   BRep_Builder B;