aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/valgrindtestrunnertest.cpp
diff options
context:
space:
mode:
authorJarek Kobus <[email protected]>2023-08-16 22:43:41 +0200
committerJarek Kobus <[email protected]>2023-08-17 08:10:10 +0000
commite8510501d85e17f69bd1a32270f527257044ae67 (patch)
tree301c17d26899627b2934e7459a1fb9f25e4bb9cc /src/plugins/valgrind/valgrindtestrunnertest.cpp
parentf4eb25ccec252a1e97a5f0827ce5a1dc720eb86d (diff)
Valgrind: Fix includes
Diffstat (limited to 'src/plugins/valgrind/valgrindtestrunnertest.cpp')
-rw-r--r--src/plugins/valgrind/valgrindtestrunnertest.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/plugins/valgrind/valgrindtestrunnertest.cpp b/src/plugins/valgrind/valgrindtestrunnertest.cpp
index e8678329ed8..5ae6ee04179 100644
--- a/src/plugins/valgrind/valgrindtestrunnertest.cpp
+++ b/src/plugins/valgrind/valgrindtestrunnertest.cpp
@@ -3,24 +3,19 @@
#include "valgrindtestrunnertest.h"
+#include "valgrindrunner.h"
#include "xmlprotocol/frame.h"
#include "xmlprotocol/stack.h"
-#include "valgrindrunner.h"
-
-#include <projectexplorer/devicesupport/devicemanager.h>
-#include <projectexplorer/projectexplorer.h>
#include <utils/algorithm.h>
#include <utils/processinterface.h>
#include <QDebug>
-#include <QTest>
#include <QDir>
-#include <QSignalSpy>
+#include <QTest>
#define HEADER_LENGTH 3
-using namespace ProjectExplorer;
using namespace Valgrind::XmlProtocol;
using namespace Utils;