[Part] Prim* to Sur*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-03 19:32:28 +02:00
parent 01b4352693
commit 73511f82c2
14 changed files with 63 additions and 124 deletions

View File

@@ -20,12 +20,8 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <gp_Circ.hxx>
# include <gp_Sphere.hxx>
# include <Geom_Circle.hxx>
# include <Geom_SphericalSurface.hxx>
# include <Standard_Failure.hxx>
#endif
@@ -33,12 +29,11 @@
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include "Geometry.h"
#include "CirclePy.h"
#include "SpherePy.h"
#include "SpherePy.cpp"
#include "OCCError.h"
using namespace Part;
// returns a string which represents the object e.g. when printed in python