Remove include for no-longer-supported compiler.

Change-Id: I162da3e373a0191f69e50e110114ef78c2d5fc66
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
Stephen Kelly 2012-02-29 12:28:57 +01:00 committed by Qt by Nokia
parent 98dd1781d9
commit ec234625c0

View File

@ -45,12 +45,6 @@
#include <QtCore/qstring.h> #include <QtCore/qstring.h>
#include <QtCore/qbytearray.h> #include <QtCore/qbytearray.h>
#if defined(Q_CC_GNU) && !defined(Q_CC_INTEL)
# if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ == 0)
# include <QtCore/qmap.h>
# endif
#endif
#include <string.h> #include <string.h>
QT_BEGIN_HEADER QT_BEGIN_HEADER