[TD] Task*, part 2/2: remove unused includes

- also some sorting
- also take care of PreCompiled.h
This commit is contained in:
Uwe
2022-12-07 17:22:13 +01:00
parent 987314b9d8
commit cbd0140dcd
30 changed files with 107 additions and 279 deletions

View File

@@ -22,16 +22,15 @@
//this file originally part of Drawing workbench
//migrated to TechDraw workbench 2022-01-26 by Wandererfan
#ifndef TECHDRAWGUI_TASKDIALOG
#define TECHDRAWGUI_TASKDIALOG
#include <Mod/TechDraw/TechDrawGlobal.h>
#include <QWidget>
#include <Gui/TaskView/TaskDialog.h>
#include <Gui/TaskView/TaskView.h>
#include <Mod/TechDraw/TechDrawGlobal.h>
class QCheckBox;