[TD] DrawD* - DrawT*: remove unused includes - part 1

- also sort includes
This commit is contained in:
Uwe
2022-10-08 16:33:16 +02:00
parent f52ea84fbf
commit 4a5cac2c52
15 changed files with 49 additions and 52 deletions

View File

@@ -21,20 +21,13 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
#include <Base/Vector3D.h>
#include "DrawLeaderLine.h"
// inclusion of the generated files (generated out of DrawLeaderLinePy.xml)
#include <Base/VectorPy.h>
#include <Mod/TechDraw/App/DrawLeaderLinePy.h>
#include <Mod/TechDraw/App/DrawLeaderLinePy.cpp>
using namespace TechDraw;
// returns a string which represents the object e.g. when printed in python