Remove include of QStringBuilder header
authorMatthew Vogt <matthew.vogt@nokia.com>
Mon, 19 Mar 2012 23:53:24 +0000 (09:53 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 19 Mar 2012 23:58:37 +0000 (00:58 +0100)
Th contents of this file should be implicitly included via the
QString header, and the forwarding header no longer exists in the
api_changes branch.

Change-Id: Id567456554f15823e4eeedbcf566af0da64f49ee
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/qml/qml/qqmlxmlhttprequest.cpp

index 122693a..df17129 100644 (file)
@@ -60,8 +60,6 @@
 #include <QtCore/qstack.h>
 #include <QtCore/qdebug.h>
 
-#include <QtCore/QStringBuilder>
-
 #ifndef QT_NO_XMLSTREAMREADER
 
 #define V8THROW_REFERENCE(string) { \