[Part] Prim* to Sur*: remove unneeded includes
- also sort includes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user