Remove a Borland-related inclusion

There are no calls to qSort in the file any more.

Change-Id: Ifd65b543941ab90d6a1ed4e318d925bdbf3f454e
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
This commit is contained in:
Giuseppe D'Angelo 2013-09-23 17:42:06 +02:00 committed by The Qt Project
parent 373e44df12
commit 505579ebe4

View File

@ -49,11 +49,6 @@
#include <qtextstream.h>
#include <qvariant.h>
#if defined(Q_CC_BOR)
// needed for qsort() because of a std namespace problem on Borland
#include "qplatformdefs.h"
#endif
QT_BEGIN_NAMESPACE
static quint64 xpmHash(const QString &str)