0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / ShapeExtend / ShapeExtend_ComplexCurve.cxx
index bc99fa8..2136198 100644 (file)
 
 //    pdn 13.07.99 Derivatives are scaled in accordance with local/global parameter transition
 
-#include <ShapeExtend_ComplexCurve.ixx>
+#include <Geom_Curve.hxx>
+#include <gp_Pnt.hxx>
+#include <gp_Trsf.hxx>
+#include <gp_Vec.hxx>
 #include <Precision.hxx>
+#include <ShapeExtend_ComplexCurve.hxx>
+#include <Standard_Type.hxx>
 
 //=======================================================================
 //function : ShapeExtend_ComplexCurve
 //purpose  : 
 //=======================================================================
-
 ShapeExtend_ComplexCurve::ShapeExtend_ComplexCurve()
 {
   myClosed = Standard_False;