Remove spurious include
authorAlan Alpert <aalpert@rim.com>
Mon, 25 Feb 2013 22:38:07 +0000 (14:38 -0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 5 Mar 2013 21:50:29 +0000 (22:50 +0100)
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

index 62925ce..273462a 100644 (file)
@@ -40,7 +40,6 @@
 ****************************************************************************/
 
 #include "qqmlbundle_p.h"
-#include <QtCore/QtCore>
 #include <iostream>
 #include <cstdlib>