CMakeProject: Remove a few unneded declarations

Change-Id: Ida5afcfb502756c45b58ab6600b2ff98329139dc
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2017-01-26 15:54:50 +01:00
parent f12fb1496f
commit 19c1161e5d
2 changed files with 0 additions and 16 deletions

View File

@@ -28,17 +28,8 @@
#include "builddirreader.h"
#include "servermode.h"
#include <utils/qtcprocess.h>
#include <QSet>
#include <QTimer>
#include <memory>
QT_FORWARD_DECLARE_CLASS(QLocalSocket);
namespace Utils { class QtcProcess; }
namespace CMakeProjectManager {
namespace Internal {