aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@rim.com>2013-02-25 14:38:07 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-05 22:50:29 +0100
commite4128d24bb7030fe571767731e160c7f58cd77e8 (patch)
treef9507b2a11aae682697e768494b43e50f45f8e1f /src/qml
parentdfefcba06efc0ad239cb7f9ad5d9a5f9540841db (diff)
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>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/qml/qqmlbundle.cpp1
1 files changed, 0 insertions, 1 deletions
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>