[Robot] App: remove unused includes

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

View File

@@ -20,16 +20,14 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "TrajectoryObject.h"
#include <App/DocumentObjectPy.h>
#include <Base/Placement.h>
#include "TrajectoryObject.h"
using namespace Robot;
using namespace App;