forked from qt-creator/qt-creator
CmakeProjectManager decrease N of included headers
Change-Id: I4b216e9e228668c7e01bc31c30334397cb07b15e Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user