[Sketch] App A - G: remove unused headers

- also some sorting
This commit is contained in:
Uwe
2022-12-11 18:14:44 +01:00
parent cfd88e98c1
commit 1a365e881f
17 changed files with 56 additions and 114 deletions

View File

@@ -20,23 +20,17 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <cassert>
#endif // #ifndef _PreComp_
#include <cassert>
#include <Base/Vector3D.h>
#include <Base/Exception.h>
#include <Mod/Sketcher/App/GeometryFacade.h>
#include <Mod/Sketcher/App/Constraint.h>
#include <Base/Vector3D.h>
#include "GeoList.h"
#include "GeometryFacade.h"
using namespace Sketcher;