aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h')
-rw-r--r--share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h b/share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h
index bf51f379b5..f277d81fda 100644
--- a/share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h
+++ b/share/qtcreator/qml/qmljsdebugger/editor/liveselectiontool.h
@@ -39,8 +39,8 @@
#include "livesingleselectionmanipulator.h"
#include "liveselectionindicator.h"
-#include <QtCore/QList>
-#include <QtCore/QTime>
+#include <QList>
+#include <QTime>
QT_FORWARD_DECLARE_CLASS(QGraphicsItem)
QT_FORWARD_DECLARE_CLASS(QMouseEvent)