[Gui] Application, command etc: remove unused includes

This commit is contained in:
Uwe
2022-02-20 22:41:34 +01:00
parent fc151aa8b5
commit 7cc9261182
9 changed files with 19 additions and 36 deletions

View File

@@ -31,14 +31,13 @@
# include <QPointer>
#endif
/// Here the FreeCAD includes sorted by Base,App,Gui......
#include "Control.h"
#include "TaskView/TaskView.h"
#include <App/AutoTransaction.h>
#include <Gui/MainWindow.h>
#include <Gui/ComboView.h>
#include <Gui/DockWindowManager.h>
#include <Gui/MainWindow.h>
#include "Control.h"
#include "TaskView/TaskView.h"
using namespace Gui;