diff --git a/src/plugins/autotest/autotestunittests.cpp b/src/plugins/autotest/autotestunittests.cpp index 29c79491f3c..ace72df533b 100644 --- a/src/plugins/autotest/autotestunittests.cpp +++ b/src/plugins/autotest/autotestunittests.cpp @@ -42,6 +42,7 @@ #include #include +#include #include #include diff --git a/src/plugins/projectexplorer/runconfiguration.h b/src/plugins/projectexplorer/runconfiguration.h index 50652f30dd6..fe0ebb530be 100644 --- a/src/plugins/projectexplorer/runconfiguration.h +++ b/src/plugins/projectexplorer/runconfiguration.h @@ -25,7 +25,6 @@ #pragma once -#include "applicationlauncher.h" #include "buildtargetinfo.h" #include "devicesupport/idevice.h" #include "projectconfiguration.h" diff --git a/src/plugins/projectexplorer/runconfigurationaspects.h b/src/plugins/projectexplorer/runconfigurationaspects.h index 82b844a6636..1f8a6933fb6 100644 --- a/src/plugins/projectexplorer/runconfigurationaspects.h +++ b/src/plugins/projectexplorer/runconfigurationaspects.h @@ -25,7 +25,6 @@ #pragma once -#include "applicationlauncher.h" #include "environmentaspect.h" #include diff --git a/src/plugins/qmlprofiler/tests/qmlprofilerclientmanager_test.cpp b/src/plugins/qmlprofiler/tests/qmlprofilerclientmanager_test.cpp index a4f2cafaa97..e3a6fcf98a4 100644 --- a/src/plugins/qmlprofiler/tests/qmlprofilerclientmanager_test.cpp +++ b/src/plugins/qmlprofiler/tests/qmlprofilerclientmanager_test.cpp @@ -26,7 +26,6 @@ #include "qmlprofilerclientmanager_test.h" #include "fakedebugserver.h" #include -#include #include #include diff --git a/src/plugins/qnx/qnxdebugsupport.cpp b/src/plugins/qnx/qnxdebugsupport.cpp index d545f904612..c345d76506e 100644 --- a/src/plugins/qnx/qnxdebugsupport.cpp +++ b/src/plugins/qnx/qnxdebugsupport.cpp @@ -37,7 +37,6 @@ #include #include -#include #include #include #include