summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/callgrind/callgrindcycledetection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/valgrind/callgrind/callgrindcycledetection.h')
-rw-r--r--src/plugins/valgrind/callgrind/callgrindcycledetection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/valgrind/callgrind/callgrindcycledetection.h b/src/plugins/valgrind/callgrind/callgrindcycledetection.h
index 4b6be5a994..dac75894f6 100644
--- a/src/plugins/valgrind/callgrind/callgrindcycledetection.h
+++ b/src/plugins/valgrind/callgrind/callgrindcycledetection.h
@@ -33,8 +33,8 @@
#ifndef LIBVALGRIND_CALLGRINDCYCLEDETECTION_H
#define LIBVALGRIND_CALLGRINDCYCLEDETECTION_H
-#include <QtCore/QHash>
-#include <QtCore/QStack>
+#include <QHash>
+#include <QStack>
namespace Valgrind {
namespace Callgrind {