summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-05 15:07:42 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-09 18:30:43 +0200
commit67cb9e24e5cd08b07715cd1053b9cbd7ebbd560d (patch)
treed10e87d6aa52b4d1bdb7dec9f71a6df9ac3c32eb /src/widgets/kernel
parent4d3a53305f8638ff60d32a548d94b3c603e5ffcd (diff)
Removing duplicate includes
Do not include a header more than once Change-Id: Ia2e5d66e72988ad833cf5177a3f8aa988bf510e9 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qapplication.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index 34b2893e89..7e672f4725 100644
--- a/src/widgets/kernel/qapplication.cpp
+++ b/src/widgets/kernel/qapplication.cpp
@@ -88,24 +88,21 @@
#include "private/qevent_p.h"
#include "qwidget_p.h"
-#include "qapplication.h"
-
#include "qgesture.h"
#include "private/qgesturemanager_p.h"
-#include "private/qguiapplication_p.h"
#include <qpa/qplatformfontdatabase.h>
#ifndef QT_NO_LIBRARY
#include "qlibrary.h"
#endif
-#ifdef Q_OS_WINCE
#include "qdatetime.h"
+
+#ifdef Q_OS_WINCE
extern bool qt_wince_is_smartphone(); //qguifunctions_wince.cpp
extern bool qt_wince_is_mobile(); //qguifunctions_wince.cpp
extern bool qt_wince_is_pocket_pc(); //qguifunctions_wince.cpp
#endif
-#include "qdatetime.h"
#include <qpa/qplatformwindow.h>
//#define ALIEN_DEBUG