[TD] Draw*Imp: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-10-08 04:06:10 +02:00
parent 753c8e3423
commit 6188d3ed68
4 changed files with 5 additions and 18 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 "DrawTileWeld.h"
// inclusion of the generated files (generated out of DrawTileWeldPy.xml)
#include <Base/VectorPy.h>
#include <Mod/TechDraw/App/DrawTileWeldPy.h>
#include <Mod/TechDraw/App/DrawTileWeldPy.cpp>
using namespace TechDraw;
// returns a string which represents the object e.g. when printed in python