Remove unneeded includes of ApplicationLauncher

Touching applicationlauncher.h caused recompilation of 455 files.
This reduces it now to 250 files.

Change-Id: I4f347d67695db40ea139faf7d36cfe02f1c32258
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Jarek Kobus
2021-11-09 17:14:11 +01:00
parent 652b9844e6
commit e3acfcbe60
5 changed files with 1 additions and 4 deletions

View File

@@ -42,6 +42,7 @@
#include <projectexplorer/toolchain.h>
#include <QFileInfo>
#include <QProcess>
#include <QSignalSpy>
#include <QTest>

View File

@@ -25,7 +25,6 @@
#pragma once
#include "applicationlauncher.h"
#include "buildtargetinfo.h"
#include "devicesupport/idevice.h"
#include "projectconfiguration.h"

View File

@@ -25,7 +25,6 @@
#pragma once
#include "applicationlauncher.h"
#include "environmentaspect.h"
#include <utils/aspects.h>

View File

@@ -26,7 +26,6 @@
#include "qmlprofilerclientmanager_test.h"
#include "fakedebugserver.h"
#include <qmlprofiler/qmlprofilerruncontrol.h>
#include <projectexplorer/applicationlauncher.h>
#include <utils/url.h>
#include <QTcpServer>

View File

@@ -37,7 +37,6 @@
#include <debugger/debuggerkitinformation.h>
#include <debugger/debuggerruncontrol.h>
#include <projectexplorer/applicationlauncher.h>
#include <projectexplorer/devicesupport/deviceprocessesdialog.h>
#include <projectexplorer/devicesupport/deviceprocesslist.h>
#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>