diff options
author | axis <qt-info@nokia.com> | 2009-10-16 09:55:10 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-16 10:51:00 (GMT) |
commit | 8172a2cfcdb5508196ca2c7c56ab79890fc50a13 (patch) | |
tree | 2367456d99a9b315526108cc477c45e348a98da9 /src/corelib | |
parent | 2e1811d128c29b4e9fb01790d5a1f7a01b8f395c (diff) | |
download | Qt-8172a2cfcdb5508196ca2c7c56ab79890fc50a13.zip Qt-8172a2cfcdb5508196ca2c7c56ab79890fc50a13.tar.gz Qt-8172a2cfcdb5508196ca2c7c56ab79890fc50a13.tar.bz2 |
Removed unnecessary include from a public header file.
Task: QT-2265
RevBy: Janne Anttila
Compiles on all three Symbian compilers. Strictly speaking GCCE
wasn't able to link QtGui, but that seemed to be unrelated to this
change.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/global/qnamespace.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index ad4bc55..f28f94e 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -44,10 +44,6 @@ #include <QtCore/qglobal.h> -#ifdef Q_OS_SYMBIAN -# include <e32def.h> -#endif - QT_BEGIN_HEADER QT_BEGIN_NAMESPACE |