[Part] B*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-09 03:52:17 +02:00
parent ddf4214a01
commit f5d3c22d3a
10 changed files with 40 additions and 51 deletions

View File

@@ -20,22 +20,23 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <memory>
# include <BRepOffsetAPI_MakeFilling.hxx>
# include <gp_Pnt.hxx>
# include <GeomAbs_Shape.hxx>
# include <gp_Pnt.hxx>
# include <TopoDS.hxx>
# include <TopoDS_Face.hxx>
#endif
#include <Base/VectorPy.h>
#include "BRepOffsetAPI_MakeFillingPy.h"
#include "BRepOffsetAPI_MakeFillingPy.cpp"
#include "TopoShapeEdgePy.h"
#include "TopoShapeFacePy.h"
#include <Base/VectorPy.h>
using namespace Part;
/*!