aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h')
-rw-r--r--share/qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h b/share/qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h
index e24209c286..0e3d1c6f04 100644
--- a/share/qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h
+++ b/share/qtcreator/qml/qmljsdebugger/protocol/inspectorprotocol.h
@@ -33,10 +33,10 @@
#ifndef INSPECTORPROTOCOL_H
#define INSPECTORPROTOCOL_H
-#include <QtCore/QDebug>
-#include <QtCore/QMetaType>
-#include <QtCore/QMetaEnum>
-#include <QtCore/QObject>
+#include <QDebug>
+#include <QMetaType>
+#include <QMetaEnum>
+#include <QObject>
namespace QmlJSDebugger {