[TD] DrawUtil: remove unused includes

- also sort includes
- also move a definition to it
- also adapt two Gui files accordingly
This commit is contained in:
Uwe
2022-10-08 03:35:59 +02:00
parent 909e4f2dd3
commit c8b51fb79c
8 changed files with 54 additions and 109 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
@@ -85,13 +84,12 @@
#include "DrawUtil.h"
#include "Geometry.h"
#include "GeometryObject.h"
#include "EWTOLERANCE.h"
#include "DrawProjectSplit.h"
using namespace TechDraw;
using namespace std;
//===========================================================================
// DrawProjectSplit
//===========================================================================