[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,20 +20,15 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QEvent>
#endif
#include "TaskSketcherCreateCommands.h"
#include <Gui/Application.h>
#include <Gui/Document.h>
#include <Gui/BitmapFactory.h>
#include <Gui/ViewProvider.h>
#include <Gui/WaitCursor.h>
#include <Base/Console.h>
#include "TaskSketcherCreateCommands.h"
using namespace Gui::TaskView;