[TD] DrawView*: remove unused includes - part 1

- also sort includes
- also additions to precompiled header
This commit is contained in:
Uwe
2022-10-07 01:08:38 +02:00
parent c57c788efe
commit 44a91217a2
26 changed files with 89 additions and 210 deletions

View File

@@ -20,17 +20,12 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <sstream>
#endif
#include <App/DocumentObject.h>
#include <Base/Console.h>
#include "DrawPage.h"
#include "DrawView.h"
#include "DrawViewAnnotation.h"
@@ -39,6 +34,7 @@
#include <Mod/TechDraw/App/DrawViewAnnotationPy.h>
#include <Mod/TechDraw/App/DrawViewAnnotationPy.cpp>
using namespace TechDraw;
// returns a string which represents the object e.g. when printed in python