0024002: Overall code and build procedure refactoring -- automatic
[occt.git] / src / BRepPrimAPI / BRepPrimAPI_MakeWedge.cxx
index 65422dc..0491f4f 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <BRepPrimAPI_MakeWedge.ixx>
-#include <TopoDS.hxx>
 
+#include <BRepPrim_Wedge.hxx>
+#include <BRepPrimAPI_MakeWedge.hxx>
+#include <gp_Ax2.hxx>
+#include <Standard_DomainError.hxx>
+#include <StdFail_NotDone.hxx>
+#include <TopoDS.hxx>
+#include <TopoDS_Shell.hxx>
+#include <TopoDS_Solid.hxx>
 
 //=======================================================================
 //function : BRepPrimAPI_MakeWedge
 //purpose  : 
 //=======================================================================
-
 BRepPrimAPI_MakeWedge::BRepPrimAPI_MakeWedge(const Standard_Real dx, 
                                     const Standard_Real dy,
                                     const Standard_Real dz,