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

- also sort includes
- also additions to precompiled header
This commit is contained in:
Uwe
2022-10-08 02:10:26 +02:00
parent bc9897caf8
commit 5dc30b159c
19 changed files with 144 additions and 255 deletions

View File

@@ -25,22 +25,17 @@
#ifndef DrawViewSection_h_
#define DrawViewSection_h_
#include <Mod/TechDraw/TechDrawGlobal.h>
#include <gp_Ax2.hxx>
#include <TopoDS_Compound.hxx>
#include <TopoDS_Shape.hxx>
#include <App/DocumentObject.h>
#include <App/FeaturePython.h>
#include <App/PropertyFile.h>
#include <App/PropertyLinks.h>
#include <TopoDS_Compound.hxx>
#include <TopoDS_Shape.hxx>
#include <gp_Ax2.hxx>
#include <Mod/TechDraw/TechDrawGlobal.h>
#include "DrawViewPart.h"
#include "HatchLine.h"
class Bnd_Box;