0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BRepBlend / BRepBlend_AppFuncRoot.cxx
index ae59176..2fc921c 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BRepBlend_AppFuncRoot.ixx>
-#include <Blend_AppFunction.hxx>
 
+#include <Blend_AppFunction.hxx>
 #include <Blend_Point.hxx>
+#include <BRepBlend_AppFuncRoot.hxx>
 #include <BRepBlend_Line.hxx>
-
+#include <gp_Pnt.hxx>
 #include <math_FunctionSetRoot.hxx>
-
+#include <Standard_OutOfRange.hxx>
+#include <Standard_Type.hxx>
 #include <TColgp_HArray1OfPnt.hxx>
 #include <TColgp_HArray1OfPnt2d.hxx>
 #include <TColgp_HArray1OfVec.hxx>
 #include <TColgp_HArray1OfVec2d.hxx>
-
-#include <TColStd_HArray1OfReal.hxx>
 #include <TColStd_HArray1OfInteger.hxx>
+#include <TColStd_HArray1OfReal.hxx>
 
 BRepBlend_AppFuncRoot::BRepBlend_AppFuncRoot(Handle(BRepBlend_Line)& Line,
                                             Blend_AppFunction&      Func,