0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BiTgte / BiTgte_CurveOnVertex.cxx
index 5e3bbe1..3276153 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BiTgte_CurveOnVertex.ixx>
 
+#include <Adaptor3d_HCurve.hxx>
+#include <BiTgte_CurveOnVertex.hxx>
 #include <BiTgte_HCurveOnVertex.hxx>
 #include <BRep_Tool.hxx>
+#include <Geom_BezierCurve.hxx>
+#include <Geom_BSplineCurve.hxx>
+#include <gp_Circ.hxx>
+#include <gp_Elips.hxx>
+#include <gp_Hypr.hxx>
+#include <gp_Lin.hxx>
+#include <gp_Parab.hxx>
+#include <gp_Pnt.hxx>
+#include <gp_Vec.hxx>
+#include <Standard_DomainError.hxx>
+#include <Standard_NoSuchObject.hxx>
 #include <Standard_NotImplemented.hxx>
-
+#include <Standard_OutOfRange.hxx>
+#include <TopoDS_Edge.hxx>
+#include <TopoDS_Vertex.hxx>
 
 //=======================================================================
 //function : BiTgte_CurveOnVertex
 //purpose  : 
 //======================================================================
-
 BiTgte_CurveOnVertex::BiTgte_CurveOnVertex()
 : myFirst(0.0), myLast(0.0)
 {