Remove unneeded includes of task.h and taskhub.h

And some other includes spotted by the way.

Change-Id: Icd5eadf16617506fe48fae52ff0639d247002d75
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Jarek Kobus
2023-02-10 23:37:49 +01:00
parent 3685ef0f37
commit 288b43424a
18 changed files with 4 additions and 31 deletions

View File

@@ -4,14 +4,11 @@
#include "compileoutputwindow.h"
#include "buildmanager.h"
#include "ioutputparser.h"
#include "projectexplorer.h"
#include "projectexplorerconstants.h"
#include "projectexplorericons.h"
#include "projectexplorersettings.h"
#include "projectexplorertr.h"
#include "showoutputtaskhandler.h"
#include "task.h"
#include <coreplugin/outputwindow.h>
#include <coreplugin/icore.h>
@@ -39,6 +36,9 @@
#include <QVBoxLayout>
namespace ProjectExplorer {
class Task;
namespace Internal {
const char SETTINGS_KEY[] = "ProjectExplorer/CompileOutput/Zoom";