forked from qt-creator/qt-creator
CMakeProject: Remove a few unneded declarations
Change-Id: Ida5afcfb502756c45b58ab6600b2ff98329139dc Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -38,13 +38,6 @@
|
|||||||
|
|
||||||
namespace CppTools { class ProjectPartBuilder; }
|
namespace CppTools { class ProjectPartBuilder; }
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
|
||||||
class IOutputParser;
|
|
||||||
class Kit;
|
|
||||||
} // ProjectExplorer
|
|
||||||
|
|
||||||
namespace Utils { class QtcProcess; }
|
|
||||||
|
|
||||||
namespace CMakeProjectManager {
|
namespace CMakeProjectManager {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
|
|||||||
@@ -28,17 +28,8 @@
|
|||||||
#include "builddirreader.h"
|
#include "builddirreader.h"
|
||||||
#include "servermode.h"
|
#include "servermode.h"
|
||||||
|
|
||||||
#include <utils/qtcprocess.h>
|
|
||||||
|
|
||||||
#include <QSet>
|
|
||||||
#include <QTimer>
|
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
QT_FORWARD_DECLARE_CLASS(QLocalSocket);
|
|
||||||
|
|
||||||
namespace Utils { class QtcProcess; }
|
|
||||||
|
|
||||||
namespace CMakeProjectManager {
|
namespace CMakeProjectManager {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user