aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/callgrind/callgrindfunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/valgrind/callgrind/callgrindfunction.h')
-rw-r--r--src/plugins/valgrind/callgrind/callgrindfunction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/valgrind/callgrind/callgrindfunction.h b/src/plugins/valgrind/callgrind/callgrindfunction.h
index 70d333112d..49bf9500f5 100644
--- a/src/plugins/valgrind/callgrind/callgrindfunction.h
+++ b/src/plugins/valgrind/callgrind/callgrindfunction.h
@@ -33,8 +33,8 @@
#ifndef LIBVALGRIND_CALLGRIND_FUNCTION_H
#define LIBVALGRIND_CALLGRIND_FUNCTION_H
-#include <QtCore/QMetaType>
-#include <QtCore/QVector>
+#include <QMetaType>
+#include <QVector>
namespace Valgrind {
namespace Callgrind {