0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / GC / GC_MakeCylindricalSurface.cxx
index 2e81ad5..7d3c1fa 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <GC_MakeCylindricalSurface.ixx>
+
+#include <GC_MakeCylindricalSurface.hxx>
 #include <gce_MakeCylinder.hxx>
+#include <Geom_CylindricalSurface.hxx>
+#include <gp_Ax1.hxx>
+#include <gp_Ax2.hxx>
+#include <gp_Circ.hxx>
+#include <gp_Cylinder.hxx>
 #include <gp_Lin.hxx>
+#include <gp_Pnt.hxx>
 #include <StdFail_NotDone.hxx>
 
 GC_MakeCylindricalSurface::GC_MakeCylindricalSurface(const gp_Cylinder& C)