CmakeProjectManager decrease N of included headers

Change-Id: I4b216e9e228668c7e01bc31c30334397cb07b15e
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Nikita Baryshnikov
2014-09-12 13:02:40 +04:00
parent ffe432e8d8
commit c363ce4263
5 changed files with 13 additions and 23 deletions

View File

@@ -30,6 +30,7 @@
#include "cmakefilecompletionassist.h"
#include "cmakeprojectconstants.h"
#include "cmakeprojectmanager.h"
#include "cmakesettingspage.h"
#include <texteditor/codeassist/keywordscompletionassist.h>

View File

@@ -43,6 +43,7 @@
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/editormanager/ieditor.h>
#include <QFuture>
#include <QXmlStreamReader>
#include <QPushButton>
#include <QLineEdit>

View File

@@ -31,23 +31,16 @@
#include "cmakeopenprojectwizard.h"
#include "cmakeprojectconstants.h"
#include "cmakeproject.h"
#include "cmakesettingspage.h"
#include <utils/synchronousprocess.h>
#include <utils/qtcprocess.h>
#include <coreplugin/icore.h>
#include <coreplugin/id.h>
#include <coreplugin/actionmanager/actionmanager.h>
#include <coreplugin/actionmanager/command.h>
#include <coreplugin/actionmanager/actioncontainer.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/projectexplorer.h>
#include <projectexplorer/target.h>
#include <utils/QtConcurrentTools>
#include <QtConcurrentRun>
#include <QCoreApplication>
#include <QDateTime>
#include <QDesktopServices>
using namespace CMakeProjectManager::Internal;

View File

@@ -31,23 +31,17 @@
#define CMAKEPROJECTMANAGER_H
#include <projectexplorer/iprojectmanager.h>
#include <projectexplorer/project.h>
#include <projectexplorer/projectnodes.h>
#include <coreplugin/icontext.h>
#include <utils/environment.h>
QT_BEGIN_NAMESPACE
class QAction;
class QDir;
QT_END_NAMESPACE
#include <QAction>
#include <QCheckBox>
#include <QDir>
#include <QFuture>
#include <QPointer>
#include <QStringList>
#include <QVector>
#include "cmakesettingspage.h"
namespace Utils { class QtcProcess; }
namespace ProjectExplorer { class Node; }
namespace Utils {
class Environment;
class QtcProcess;
}
namespace CMakeProjectManager {
namespace Internal {

View File

@@ -37,6 +37,7 @@
#include "cmakeprojectconstants.h"
#include "cmakelocatorfilter.h"
#include "cmakefilecompletionassist.h"
#include "cmakesettingspage.h"
#include <coreplugin/featureprovider.h>
#include <coreplugin/mimedatabase.h>