[Robot] App: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-07 03:03:22 +01:00
parent 6ab86b96c0
commit 3177d3eec2
28 changed files with 129 additions and 254 deletions

View File

@@ -20,18 +20,16 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include <Base/VectorPy.h>
#include <Base/PlacementPy.h>
#include "Mod/Robot/App/Trajectory.h"
// inclusion of the generated files (generated out of TrajectoryPy.xml)
#include <Mod/Robot/App/TrajectoryPy.h>
#include <Mod/Robot/App/TrajectoryPy.cpp>
#include <Mod/Robot/App/WaypointPy.h>
using namespace Robot;
// returns a string which represents the object e.g. when printed in python