[TD] DrawD* - DrawT*: remove unused includes - part 1

- also sort includes
This commit is contained in:
Uwe
2022-10-08 16:33:16 +02:00
parent ea5a5ff363
commit 08a0c07479
15 changed files with 49 additions and 52 deletions

View File

@@ -23,9 +23,6 @@
#ifndef DrawDimHelper_h_
#define DrawDimHelper_h_
#include <Mod/TechDraw/TechDrawGlobal.h>
#include <Geom2d_Curve.hxx>
#include <gp_Pnt.hxx>
#include <TopoDS_Edge.hxx>
@@ -33,6 +30,8 @@
#include <vector>
#include <Base/Vector3D.h>
#include <Mod/TechDraw/TechDrawGlobal.h>
namespace TechDraw
{