aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativemetatype.cpp
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-09-29 11:36:24 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-30 10:37:05 +0200
commite1f2f15a6cbea8918e9250ff8d2826cf3ca89a50 (patch)
tree7b9d605f4da1fb0e3e7994a7987c3b3dbf883d6d /src/declarative/qml/qdeclarativemetatype.cpp
parentff717c6d541381ea5c787ce7e5376e71b705b25d (diff)
Remove a few unneeded includes
Change-Id: I63a9cda5000cc872ad5a5d3c4b55243b8afb0527 Reviewed-on: http://codereview.qt-project.org/5782 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'src/declarative/qml/qdeclarativemetatype.cpp')
-rw-r--r--src/declarative/qml/qdeclarativemetatype.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativemetatype.cpp b/src/declarative/qml/qdeclarativemetatype.cpp
index ebe9808db3..0590b2c7e4 100644
--- a/src/declarative/qml/qdeclarativemetatype.cpp
+++ b/src/declarative/qml/qdeclarativemetatype.cpp
@@ -63,7 +63,6 @@
#include <qstringlist.h>
#include <qvector.h>
#include <qlocale.h>
-#include <QtCore/qcryptographichash.h>
#include <QtDeclarative/qjsvalue.h>
#include <ctype.h>