[TD] DrawR* - DrawT*: remove unused includes

- also sort includes
This commit is contained in:
Uwe
2022-10-08 12:21:25 +02:00
parent 636b423694
commit a67f118d7f
11 changed files with 31 additions and 90 deletions

View File

@@ -26,22 +26,14 @@
# include <sstream>
#endif
#include <Base/Exception.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Base/FileInfo.h>
#include <App/Application.h>
#include <iostream>
#include <iterator>
#include "DrawPage.h"
#include "DrawTemplate.h"
#include <Mod/TechDraw/App/DrawTemplatePy.h>
#include "DrawTemplatePy.h"
#include "DrawPage.h"
using namespace TechDraw;
using namespace std;
PROPERTY_SOURCE(TechDraw::DrawTemplate, App::DocumentObject)
@@ -50,8 +42,6 @@ const char* DrawTemplate::OrientationEnums[]= {"Portrait",
"Landscape",
nullptr};
DrawTemplate::DrawTemplate()
{
const char *group = "Page Properties";