From 505579ebe4acc7d3719683e257b0397bc6421925 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Mon, 23 Sep 2013 17:42:06 +0200 Subject: Remove a Borland-related inclusion There are no calls to qSort in the file any more. Change-Id: Ifd65b543941ab90d6a1ed4e318d925bdbf3f454e Reviewed-by: Gunnar Sletta --- src/gui/image/qxpmhandler.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gui') diff --git a/src/gui/image/qxpmhandler.cpp b/src/gui/image/qxpmhandler.cpp index 3bd8ca92b4..0ff3c6239d 100644 --- a/src/gui/image/qxpmhandler.cpp +++ b/src/gui/image/qxpmhandler.cpp @@ -49,11 +49,6 @@ #include #include -#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) -- cgit v1.2.3