0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / GC / GC_MakeArcOfEllipse.cxx
index ceb77ff..e776cc2 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <GC_MakeArcOfEllipse.ixx>
+
+#include <ElCLib.hxx>
+#include <GC_MakeArcOfEllipse.hxx>
 #include <Geom_Ellipse.hxx>
+#include <Geom_TrimmedCurve.hxx>
+#include <gp_Elips.hxx>
+#include <gp_Pnt.hxx>
 #include <StdFail_NotDone.hxx>
-#include <ElCLib.hxx>
 
 GC_MakeArcOfEllipse::GC_MakeArcOfEllipse(const gp_Elips& Elips   ,
                                           const gp_Pnt&    P1   ,