aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/watchdata.h')
-rw-r--r--src/plugins/debugger/watchdata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/debugger/watchdata.h b/src/plugins/debugger/watchdata.h
index fceb12b75c..8d675e7f08 100644
--- a/src/plugins/debugger/watchdata.h
+++ b/src/plugins/debugger/watchdata.h
@@ -33,9 +33,9 @@
#ifndef DEBUGGER_WATCHDATA_H
#define DEBUGGER_WATCHDATA_H
-#include <QtCore/QMetaType>
-#include <QtCore/QtGlobal>
-#include <QtCore/QCoreApplication>
+#include <QMetaType>
+#include <QtGlobal>
+#include <QCoreApplication>
namespace Debugger {
namespace Internal {