[Part] Arc*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-09 14:38:13 +02:00
parent c2c7f485db
commit 86eb643854
9 changed files with 31 additions and 65 deletions

View File

@@ -20,20 +20,19 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Geom_TrimmedCurve.hxx>
#endif
#include "Geometry.h"
#include <Mod/Part/App/ArcOfConicPy.h>
#include <Mod/Part/App/ArcOfConicPy.cpp>
#include "OCCError.h"
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include "ArcOfConicPy.h"
#include "ArcOfConicPy.cpp"
#include "OCCError.h"
using namespace Part;
// returns a string which represents the object e.g. when printed in python