0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / Adaptor3d / Adaptor3d_CurveOnSurface.cxx
index ea6de7e..a6153e0 100644 (file)
 
 #define No_Standard_OutOfRange
 
-#include <Adaptor3d_CurveOnSurface.ixx>
 
+#include <Adaptor2d_HCurve2d.hxx>
+#include <Adaptor3d_CurveOnSurface.hxx>
+#include <Adaptor3d_HCurve.hxx>
 #include <Adaptor3d_HCurveOnSurface.hxx>
-#include <gp_Pnt2d.hxx>
-#include <gp_Vec2d.hxx>
+#include <Adaptor3d_HSurface.hxx>
+#include <Adaptor3d_InterFunc.hxx>
+#include <ElCLib.hxx>
+#include <ElSLib.hxx>
+#include <Geom2d_BezierCurve.hxx>
+#include <Geom2d_BSplineCurve.hxx>
+#include <Geom_BezierCurve.hxx>
+#include <Geom_BSplineCurve.hxx>
+#include <Geom_BSplineSurface.hxx>
+#include <Geom_OffsetSurface.hxx>
+#include <Geom_SurfaceOfLinearExtrusion.hxx>
+#include <Geom_SurfaceOfRevolution.hxx>
 #include <gp_Ax22d.hxx>
-#include <gp_Lin2d.hxx>
+#include <gp_Circ.hxx>
 #include <gp_Circ2d.hxx>
+#include <gp_Elips.hxx>
 #include <gp_Elips2d.hxx>
+#include <gp_Hypr.hxx>
 #include <gp_Hypr2d.hxx>
+#include <gp_Lin.hxx>
+#include <gp_Lin2d.hxx>
+#include <gp_Parab.hxx>
 #include <gp_Parab2d.hxx>
-#include <Geom_BSplineSurface.hxx>
-#include <Geom_SurfaceOfRevolution.hxx>
-#include <Geom_SurfaceOfLinearExtrusion.hxx>
-#include <Geom_OffsetSurface.hxx>
-#include <Geom2d_BezierCurve.hxx>
-#include <Geom2d_BSplineCurve.hxx>
+#include <gp_Pnt.hxx>
+#include <gp_Pnt2d.hxx>
+#include <gp_Vec.hxx>
+#include <gp_Vec2d.hxx>
+#include <math_FunctionRoots.hxx>
 #include <Precision.hxx>
 #include <Standard_Assert.hxx>
-#include <TColgp_Array1OfPnt2d.hxx>
+#include <Standard_DomainError.hxx>
+#include <Standard_NoSuchObject.hxx>
+#include <Standard_NotImplemented.hxx>
+#include <Standard_OutOfRange.hxx>
 #include <TColgp_Array1OfPnt.hxx>
-#include <TColStd_Array1OfReal.hxx>
+#include <TColgp_Array1OfPnt2d.hxx>
 #include <TColStd_Array1OfInteger.hxx>
+#include <TColStd_Array1OfReal.hxx>
 #include <TColStd_HSequenceOfReal.hxx>
-#include <Standard_NotImplemented.hxx>
-#include <ElCLib.hxx>
-#include <ElSLib.hxx>
-#include <Adaptor3d_InterFunc.hxx>
-#include <math_FunctionRoots.hxx>
-#include <ElSLib.hxx>
 
 static gp_Pnt to3d(const gp_Pln& Pl, const gp_Pnt2d& P)
 {