[TD] Draw*Imp: remove unused includes
- also some sorting
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user