Remove include for no-longer-supported compiler.
authorStephen Kelly <stephen.kelly@kdab.com>
Wed, 29 Feb 2012 11:28:57 +0000 (12:28 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 29 Feb 2012 12:43:02 +0000 (13:43 +0100)
Change-Id: I162da3e373a0191f69e50e110114ef78c2d5fc66
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
src/corelib/tools/qstringbuilder.h

index 4c96318..0fd164c 100644 (file)
 #include <QtCore/qstring.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>
 
 QT_BEGIN_HEADER