[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,29 +20,23 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <gp_Ax1.hxx>
# include <gp_Dir.hxx>
# include <gp_Pnt.hxx>
# include <gp_Lin.hxx>
# include <gp_Pln.hxx>
# include <Geom_Line.hxx>
# include <Geom_Plane.hxx>
# include <Geom_TrimmedCurve.hxx>
# include <GC_MakePlane.hxx>
# include <Geom_Plane.hxx>
# include <Standard_Failure.hxx>
#endif
#include <Base/VectorPy.h>
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include "PlanePy.h"
#include "PlanePy.cpp"
#include "OCCError.h"
#include "Geometry.h"
#include <Mod/Part/App/LinePy.h>
#include <Mod/Part/App/PlanePy.h>
#include <Mod/Part/App/PlanePy.cpp>
using namespace Part;