From 3c19a66a0f2d121d7d1c8fae32afa34c6282e39b Mon Sep 17 00:00:00 2001
From: Matthew Vogt <matthew.vogt@nokia.com>
Date: Tue, 20 Mar 2012 09:53:24 +1000
Subject: [PATCH] Remove include of QStringBuilder header

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 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/qml/qml/qqmlxmlhttprequest.cpp b/src/qml/qml/qqmlxmlhttprequest.cpp
index 122693ad91..df1712976c 100644
--- a/src/qml/qml/qqmlxmlhttprequest.cpp
+++ b/src/qml/qml/qqmlxmlhttprequest.cpp
@@ -60,8 +60,6 @@
 #include <QtCore/qstack.h>
 #include <QtCore/qdebug.h>
 
-#include <QtCore/QStringBuilder>
-
 #ifndef QT_NO_XMLSTREAMREADER
 
 #define V8THROW_REFERENCE(string) { \
-- 
GitLab