summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxanalyzesupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxanalyzesupport.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxanalyzesupport.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/remotelinux/remotelinuxanalyzesupport.h b/src/plugins/remotelinux/remotelinuxanalyzesupport.h
index 6684753333..7735b7dbb1 100644
--- a/src/plugins/remotelinux/remotelinuxanalyzesupport.h
+++ b/src/plugins/remotelinux/remotelinuxanalyzesupport.h
@@ -30,10 +30,6 @@
#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
#include <projectexplorer/runconfiguration.h>
-#include <utils/outputformat.h>
-
-#include <qmldebug/qmloutputparser.h>
-
namespace RemoteLinux {
class REMOTELINUX_EXPORT RemoteLinuxQmlProfilerSupport
@@ -47,7 +43,6 @@ public:
private:
void start() override;
- QmlDebug::QmlOutputParser m_outputParser;
ProjectExplorer::PortsGatherer *m_portsGatherer;
ProjectExplorer::RunWorker *m_profiler;
};