Code cosmetics

Mostly unused #include's, also sort them or reduce scope.

A few namespaces, ...

Change-Id: I9ee71e07de7157c9942125672addf87dd41e78f1
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2022-06-22 15:43:33 +02:00
parent 31db28601b
commit 2496ffe3ce
71 changed files with 167 additions and 138 deletions

View File

@@ -31,7 +31,9 @@
#include <project/mesonbuildsystem.h>
#include <project/projecttree/mesonprojectnodes.h>
#include <projectexplorer/projectexplorer.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/projecttree.h>
#include <utils/parameteraction.h>

View File

@@ -25,11 +25,9 @@
#include "mesonprojectplugin.h"
#include "exewrappers/mesonwrapper.h"
#include "machinefiles/machinefilemanager.h"
#include "mesonactionsmanager/mesonactionsmanager.h"
#include "project/mesonbuildconfiguration.h"
#include "project/mesonbuildsystem.h"
#include "project/mesonproject.h"
#include "project/mesonrunconfiguration.h"
#include "project/ninjabuildstep.h"
@@ -39,8 +37,10 @@
#include "settings/tools/toolssettingsaccessor.h"
#include "settings/tools/toolssettingspage.h"
#include <coreplugin/fileiconprovider.h>
#include <coreplugin/icore.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/projectmanager.h>
#include <projectexplorer/runcontrol.h>

View File

@@ -31,7 +31,9 @@
#include <projectexplorer/desktoprunconfiguration.h>
#include <projectexplorer/environmentaspect.h>
#include <projectexplorer/localenvironmentaspect.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/runconfigurationaspects.h>
#include <projectexplorer/target.h>
#include <utils/environment.h>
#include <utils/hostosinfo.h>

View File

@@ -25,9 +25,7 @@
#pragma once
#include <projectexplorer/desktoprunconfiguration.h>
#include <projectexplorer/runconfiguration.h>
#include <projectexplorer/target.h>
namespace MesonProjectManager {
namespace Internal {