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,7 +4,6 @@
#pragma once
#include <projectexplorer/ioutputparser.h>
#include <projectexplorer/task.h>
#include <QRegularExpression>

View File

@@ -3,8 +3,6 @@
#include "../mesonoutputparser.h"
#include <projectexplorer/taskhub.h>
#include <utils/fileinprojectfinder.h>
#include <utils/theme/theme.h>
#include <utils/theme/theme_p.h>