[Sketch] Gui:Task*: remove unused headers

- also some sorting
This commit is contained in:
Uwe
2022-12-14 03:13:59 +01:00
parent 7e816ac8c2
commit 4e55c4b46d
17 changed files with 104 additions and 148 deletions

View File

@@ -20,27 +20,20 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QString>
#endif
#include "ui_TaskSketcherSolverAdvanced.h"
#include "TaskSketcherSolverAdvanced.h"
#include <Gui/Application.h>
#include <Gui/Document.h>
#include <Gui/BitmapFactory.h>
#include <Gui/ViewProvider.h>
#include <Gui/WaitCursor.h>
#include <Gui/Selection.h>
#include <Gui/Command.h>
#include <Mod/Sketcher/App/SketchObject.h>
#include "ui_TaskSketcherSolverAdvanced.h"
#include "TaskSketcherSolverAdvanced.h"
#include "ViewProviderSketch.h"
#define LM_EPS 1E-10
#define LM_EPS1 1E-80
#define LM_TAU 1E-3