forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user