0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / AppDef / AppDef_LinearCriteria.cxx
index f00ef8c..6a167eb 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <AppDef_LinearCriteria.ixx>
 
-#include <PLib_Base.hxx>
-#include <PLib_JacobiPolynomial.hxx>
-#include <PLib_HermitJacobi.hxx>
-#include <GeomAbs_Shape.hxx>
-#include <TColStd_HArray2OfReal.hxx>
-#include <FEmTool_LinearTension.hxx>
+#include <AppDef_LinearCriteria.hxx>
+#include <AppDef_MultiLine.hxx>
+#include <AppDef_MyLineTool.hxx>
+#include <FEmTool_Curve.hxx>
+#include <FEmTool_ElementaryCriterion.hxx>
 #include <FEmTool_LinearFlexion.hxx>
 #include <FEmTool_LinearJerk.hxx>
-#include <TColgp_Array1OfPnt.hxx>
-#include <TColgp_Array1OfPnt2d.hxx>
-#include <gp_Pnt2d.hxx>
+#include <FEmTool_LinearTension.hxx>
+#include <GeomAbs_Shape.hxx>
 #include <gp_Pnt.hxx>
-#include <math_Matrix.hxx>
+#include <gp_Pnt2d.hxx>
 #include <math_Gauss.hxx>
-#include <AppDef_MyLineTool.hxx>
+#include <math_Matrix.hxx>
+#include <PLib_Base.hxx>
+#include <PLib_HermitJacobi.hxx>
+#include <PLib_JacobiPolynomial.hxx>
+#include <Standard_DomainError.hxx>
+#include <Standard_NotImplemented.hxx>
+#include <Standard_Type.hxx>
+#include <TColgp_Array1OfPnt.hxx>
+#include <TColgp_Array1OfPnt2d.hxx>
+#include <TColStd_HArray2OfReal.hxx>
 
 static Standard_Integer order(const Handle(PLib_Base)& B)
 {