[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,22 +21,15 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
#include <Base/Vector3D.h>
#include "DrawRichAnno.h"
// inclusion of the generated files (generated out of DrawRichAnnoPy.xml)
#include <Base/VectorPy.h>
#include <Mod/TechDraw/App/DrawRichAnnoPy.h>
#include <Mod/TechDraw/App/DrawRichAnnoPy.cpp>
using namespace TechDraw;
// returns a string which represents the object e.g. when printed in python
std::string DrawRichAnnoPy::representation() const
{

View File

@@ -23,11 +23,11 @@
#include "PreCompiled.h"
#include "DrawSVGTemplate.h"
// inclusion of the generated files (generated out of DrawSVGTemplatePy.xml)
#include <Mod/TechDraw/App/DrawSVGTemplatePy.h>
#include <Mod/TechDraw/App/DrawSVGTemplatePy.cpp>
using namespace TechDraw;
// returns a string which represents the object e.g. when printed in python

View File

@@ -21,16 +21,17 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <sstream>
#endif
#include "DrawTemplate.h"
// inclusion of the generated files (generated out of DrawTemplateSFPy.xml)
#include <Mod/TechDraw/App/DrawTemplatePy.h>
#include <Mod/TechDraw/App/DrawTemplatePy.cpp>
using namespace TechDraw;
// returns a string which represents the object e.g. when printed in python

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