Skip to content

Commit

Permalink
Remove include for no-longer-supported compiler.
Browse files Browse the repository at this point in the history
Change-Id: I162da3e373a0191f69e50e110114ef78c2d5fc66
Reviewed-by: Olivier Goffart <[email protected]>
  • Loading branch information
Stephen Kelly authored and Qt by Nokia committed Feb 29, 2012
1 parent 98dd178 commit ec23462
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/corelib/tools/qstringbuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@
#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
Expand Down

0 comments on commit ec23462

Please sign in to comment.