[Part] Pa* to Pre*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-03 20:47:03 +02:00
parent 276582b4dd
commit 4dced53a00
18 changed files with 87 additions and 138 deletions

View File

@@ -20,28 +20,23 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <BRepBuilderAPI_MakeVertex.hxx>
# include <gp.hxx>
# include <Geom_CartesianPoint.hxx>
# include <GC_MakeLine.hxx>
# include <GC_MakeSegment.hxx>
# include <Precision.hxx>
# include <Geom_CartesianPoint.hxx>
# include <TopoDS_Vertex.hxx>
#endif
#include <Base/VectorPy.h>
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include "Geometry.h"
#include "PointPy.h"
#include "PointPy.cpp"
#include "OCCError.h"
#include "TopoShape.h"
#include "TopoShapeVertexPy.h"
using namespace Part;
extern const char* gce_ErrorStatusText(gce_ErrorType et);