[Part] C*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-08 01:20:22 +02:00
parent e0a73327c2
commit b3cf8cc31c
6 changed files with 22 additions and 39 deletions

View File

@@ -20,21 +20,21 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <gp_Circ.hxx>
# include <Geom_Circle.hxx>
# include <GC_MakeCircle.hxx>
# include <Geom_Circle.hxx>
# include <gp_Circ.hxx>
#endif
#include "OCCError.h"
#include <Mod/Part/App/CirclePy.h>
#include <Mod/Part/App/CirclePy.cpp>
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include "CirclePy.h"
#include "CirclePy.cpp"
#include "OCCError.h"
using namespace Part;
extern const char* gce_ErrorStatusText(gce_ErrorType et);