[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 cc4b8b4cd1
commit 7e70d28761
30 changed files with 107 additions and 279 deletions

View File

@@ -23,29 +23,24 @@
//migrated to TechDraw workbench 2022-01-26 by Wandererfan
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QCheckBox>
# include <QMessageBox>
#endif
#include <Standard_math.hxx>
#include <Gui/Application.h>
#include <Gui/BitmapFactory.h>
#include <Gui/Command.h>
#include <Gui/Selection.h>
#include <Gui/Document.h>
#include <Gui/MainWindow.h>
#include <Gui/Selection.h>
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <Mod/Part/App/PartFeature.h>
#include "TaskProjection.h"
#include "ui_TaskProjection.h"
using namespace TechDrawGui;
/* TRANSLATOR TechDrawGui::TaskProjection */