[Part] Geom2d: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-09 17:57:53 +02:00
parent 98d6dda84c
commit c97236a503
17 changed files with 101 additions and 167 deletions

View File

@@ -20,20 +20,19 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <gp_Circ2d.hxx>
# include <Geom2d_Circle.hxx>
# include <GCE2d_MakeCircle.hxx>
# include <Geom2d_Circle.hxx>
#endif
#include <Mod/Part/App/OCCError.h>
#include <Mod/Part/App/Geom2d/Circle2dPy.h>
#include <Mod/Part/App/Geom2d/Circle2dPy.cpp>
#include <Base/GeometryPyCXX.h>
#include "Geom2d/Circle2dPy.h"
#include "Geom2d/Circle2dPy.cpp"
#include "OCCError.h"
using namespace Part;
extern const char* gce_ErrorStatusText(gce_ErrorType et);