forked from qt-creator/qt-creator
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:
@@ -27,7 +27,6 @@
|
||||
|
||||
#include "nimconstants.h"
|
||||
#include "editor/nimeditorfactory.h"
|
||||
#include "editor/nimhighlighter.h"
|
||||
#include "project/nimblerunconfiguration.h"
|
||||
#include "project/nimblebuildconfiguration.h"
|
||||
#include "project/nimbuildconfiguration.h"
|
||||
@@ -45,10 +44,13 @@
|
||||
#include "suggest/nimsuggestcache.h"
|
||||
|
||||
#include <coreplugin/fileiconprovider.h>
|
||||
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/projectmanager.h>
|
||||
#include <projectexplorer/toolchainmanager.h>
|
||||
#include <projectexplorer/runcontrol.h>
|
||||
#include <projectexplorer/taskhub.h>
|
||||
#include <projectexplorer/toolchainmanager.h>
|
||||
|
||||
#include <texteditor/snippets/snippetprovider.h>
|
||||
|
||||
using namespace Utils;
|
||||
|
||||
Reference in New Issue
Block a user