[TD] DrawR* - DrawT*: remove unused includes
- also sort includes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user