aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-03-12 11:45:16 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-03-13 10:25:30 +0100
commit073fd1e5b04cdc706916d7070265ef691f67da50 (patch)
tree09f0fc924de36c26489654539f966d248dc543ed /src/plugins/winrt
parent48302117596461a6e852df5e558a60729fa43873 (diff)
WinRt: remove unused includes
Change-Id: I7091cdf8e8bed73cdef186f826fea72c050844d5 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Diffstat (limited to 'src/plugins/winrt')
-rw-r--r--src/plugins/winrt/winrtpackagedeploymentstep.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/plugins/winrt/winrtpackagedeploymentstep.cpp b/src/plugins/winrt/winrtpackagedeploymentstep.cpp
index 82ee975bcdf..79333f969bc 100644
--- a/src/plugins/winrt/winrtpackagedeploymentstep.cpp
+++ b/src/plugins/winrt/winrtpackagedeploymentstep.cpp
@@ -28,26 +28,12 @@
****************************************************************************/
#include "winrtpackagedeploymentstep.h"
-#include "winrtdevice.h"
#include "winrtconstants.h"
#include <projectexplorer/project.h>
#include <projectexplorer/target.h>
-#include <projectexplorer/deploymentdata.h>
#include <projectexplorer/buildconfiguration.h>
#include <projectexplorer/buildtargetinfo.h>
-#include <projectexplorer/ioutputparser.h>
-#include <projectexplorer/kitinformation.h>
-#include <utils/fileutils.h>
-#include <qtsupport/profilereader.h>
-#include <proparser/qmakevfs.h>
-#include <utils/hostosinfo.h>
-
-#include <QJsonDocument>
-#include <QJsonObject>
-#include <QJsonArray>
-#include <QRegularExpression>
-#include <QRegularExpressionMatchIterator>
using namespace ProjectExplorer;