forked from qt-creator/qt-creator
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user