Remove unneeded includes of ports gatherer

Change-Id: I528e77a3464de59cd703b1800f2ba3187daa41c1
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2022-02-28 10:37:49 +01:00
parent bf037d7b51
commit 3cfb242acd
2 changed files with 0 additions and 4 deletions

View File

@@ -27,10 +27,7 @@
#include "mcusupportconstants.h" #include "mcusupportconstants.h"
#include <projectexplorer/buildconfiguration.h> #include <projectexplorer/buildconfiguration.h>
#include <projectexplorer/devicesupport/devicemanager.h>
#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
#include <projectexplorer/project.h> #include <projectexplorer/project.h>
#include <projectexplorer/runcontrol.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <cmakeprojectmanager/cmakekitinformation.h> #include <cmakeprojectmanager/cmakekitinformation.h>

View File

@@ -27,7 +27,6 @@
#include "qnxconstants.h" #include "qnxconstants.h"
#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
#include <remotelinux/genericlinuxdeviceconfigurationwizardpages.h> #include <remotelinux/genericlinuxdeviceconfigurationwizardpages.h>
#include <utils/portlist.h> #include <utils/portlist.h>