From 928c16950a4bbc4ac8ecd177c4a9f3873d69af8f Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 23 May 2022 16:36:34 +0200 Subject: [PATCH] ProjectExplorer: Remove unneeded includes Change-Id: Idb81f2d1b3dc0ca7dc45d9f3e8e3f49878b50445 Reviewed-by: Christian Kandeler Reviewed-by: --- src/plugins/projectexplorer/projectexplorer.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp index aab125a0d54..05f88344e34 100644 --- a/src/plugins/projectexplorer/projectexplorer.cpp +++ b/src/plugins/projectexplorer/projectexplorer.cpp @@ -27,7 +27,6 @@ #include "appoutputpane.h" #include "buildpropertiessettings.h" -#include "buildsteplist.h" #include "buildsystem.h" #include "compileoutputwindow.h" #include "configtaskhandler.h" @@ -48,7 +47,6 @@ #include "appoutputpane.h" #include "buildconfiguration.h" #include "buildmanager.h" -#include "buildsettingspropertiespage.h" #include "codestylesettingspropertiespage.h" #include "copytaskhandler.h" #include "currentprojectfilter.h" @@ -87,7 +85,6 @@ #include "projectwindow.h" #include "removetaskhandler.h" #include "runconfigurationaspects.h" -#include "runsettingspropertiespage.h" #include "sanitizerparser.h" #include "selectablefilesmodel.h" #include "session.h" @@ -95,14 +92,15 @@ #include "showineditortaskhandler.h" #include "simpleprojectwizard.h" #include "target.h" -#include "targetsettingspanel.h" #include "taskhub.h" #include "toolchainmanager.h" #include "toolchainoptionspage.h" #include "vcsannotatetaskhandler.h" +#ifdef Q_OS_WIN #include "windebuginterface.h" #include "msvctoolchain.h" +#endif #include "projecttree.h" #include "projectwelcomepage.h"