From e4128d24bb7030fe571767731e160c7f58cd77e8 Mon Sep 17 00:00:00 2001
From: Alan Alpert <aalpert@rim.com>
Date: Mon, 25 Feb 2013 14:38:07 -0800
Subject: [PATCH] Remove spurious include

While it's discouraged to use the entire module headers inside Qt, this
particular example also compiles without the line.

Change-Id: I75b6fc09e11d00df2f19f5db9b0209ed4cd82844
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
---
 src/qml/qml/qqmlbundle.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/qml/qml/qqmlbundle.cpp b/src/qml/qml/qqmlbundle.cpp
index 62925ced1e..273462aa25 100644
--- a/src/qml/qml/qqmlbundle.cpp
+++ b/src/qml/qml/qqmlbundle.cpp
@@ -40,7 +40,6 @@
 ****************************************************************************/
 
 #include "qqmlbundle_p.h"
-#include <QtCore/QtCore>
 #include <iostream>
 #include <cstdlib>
 
-- 
GitLab