[Gui] Task: remove unused includes

This commit is contained in:
Uwe
2022-03-03 03:16:35 +01:00
parent efa589c7c5
commit 21974cc08f
11 changed files with 30 additions and 72 deletions

View File

@@ -23,19 +23,13 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QPixmap>
#endif
#include <QObject>
#include <App/Application.h>
#include <App/Document.h>
#include <Gui/Application.h>
#include <Gui/Command.h>
#include <Gui/BitmapFactory.h>
#include <Gui/Command.h>
#include <Gui/TaskView/TaskView.h>
#include <Gui/Action.h>
#include "TaskWatcher.h"