[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,25 +20,23 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <GeomPlate_MakeApprox.hxx>
# include <GeomPlate_Surface.hxx>
# include <GeomPlate_BuildPlateSurface.hxx>
# include <GeomPlate_MakeApprox.hxx>
# include <GeomPlate_PointConstraint.hxx>
# include <GeomPlate_CurveConstraint.hxx>
# include <GeomPlate_Surface.hxx>
#endif
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include <Base/Vector3D.h>
#include "OCCError.h"
#include "Geometry.h"
#include "PlateSurfacePy.h"
#include "PlateSurfacePy.cpp"
#include "BSplineSurfacePy.h"
#include "OCCError.h"
using namespace Part;