aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmldump/qmlstreamwriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmldump/qmlstreamwriter.cpp')
-rw-r--r--share/qtcreator/qml/qmldump/qmlstreamwriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qml/qmldump/qmlstreamwriter.cpp b/share/qtcreator/qml/qmldump/qmlstreamwriter.cpp
index 2c9a7f01a9..4b0418828f 100644
--- a/share/qtcreator/qml/qmldump/qmlstreamwriter.cpp
+++ b/share/qtcreator/qml/qmldump/qmlstreamwriter.cpp
@@ -35,8 +35,8 @@
#include "qmlstreamwriter.h"
-#include <QtCore/QBuffer>
-#include <QtCore/QStringList>
+#include <QBuffer>
+#include <QStringList>
QmlStreamWriter::QmlStreamWriter(QByteArray *array)
: m_indentDepth(0)