[Sketch] App P - End: remove unused headers

- also some sorting
This commit is contained in:
Uwe
2022-12-11 19:20:50 +01:00
parent 1a365e881f
commit 365d968ae8
20 changed files with 150 additions and 186 deletions

View File

@@ -23,13 +23,12 @@
#include "PreCompiled.h"
#include <Base/Exception.h>
#include <Mod/Part/App/Geometry.h>
#include "SolverGeometryExtension.h"
using namespace Sketcher;
using namespace Sketcher;
//---------- Geometry Extension
TYPESYSTEM_SOURCE(Sketcher::SolverGeometryExtension,Part::GeometryExtension)