[Path] PathSimulator: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-11-11 03:33:16 +01:00
parent bc4a5fa006
commit 8f2720b8b7
8 changed files with 16 additions and 36 deletions

View File

@@ -23,16 +23,17 @@
#include "PreCompiled.h"
#include <Base/PlacementPy.h>
#include <Base/VectorPy.h>
#include <Mod/Part/App/TopoShapePy.h>
#include <Mod/Path/App/CommandPy.h>
#include <Mod/Mesh/App/MeshPy.h>
#include "Mod/Path/PathSimulator/App/PathSim.h"
#include <Mod/Mesh/App/MeshPy.h>
#include <Mod/Path/App/CommandPy.h>
#include <Mod/Part/App/TopoShapePy.h>
#include "PathSim.h"
// inclusion of the generated files (generated out of PathSimPy.xml)
#include "PathSimPy.h"
#include "PathSimPy.cpp"
using namespace PathSimulator;
// returns a string which represents the object e.g. when printed in python