CMakePM: remove unused headers, enforce sorting of headers

Used clangd hints.

Change-Id: Iade4de67c1d2e5fdd1a880c5603b31203170ebbe
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Cristian Adam
2022-07-08 17:07:33 +02:00
parent d578b3a7c0
commit 8d99df9a7c
12 changed files with 10 additions and 17 deletions

View File

@@ -25,12 +25,9 @@
#include "cmakeproject.h"
#include "cmakebuildstep.h"
#include "cmakebuildsystem.h"
#include "cmakekitinformation.h"
#include "cmakeprojectconstants.h"
#include "cmakeprojectimporter.h"
#include "cmakeprojectnodes.h"
#include "cmaketool.h"
#include <coreplugin/icontext.h>
@@ -38,6 +35,7 @@
#include <projectexplorer/buildsteplist.h>
#include <projectexplorer/kitinformation.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/projectnodes.h>
#include <projectexplorer/target.h>
using namespace ProjectExplorer;