0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BRepPrimAPI / BRepPrimAPI_MakeCylinder.cxx
index 0ce0943..2877c62 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BRepPrimAPI_MakeCylinder.ixx>
-#include <BRepBuilderAPI.hxx>
-
 
+#include <BRepBuilderAPI.hxx>
+#include <BRepPrim_Cylinder.hxx>
+#include <BRepPrimAPI_MakeCylinder.hxx>
 #include <gp.hxx>
-#include <gp_Dir.hxx>
 #include <gp_Ax2.hxx>
-
+#include <gp_Dir.hxx>
+#include <Standard_DomainError.hxx>
 
 static gp_Ax2 CylinderComputeAxes() { 
   static Standard_Integer firsttime=1;