From b768c0c801a99be7ada0553cbf4a64aca2853444 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: I5534271a75065998d5a98147a0d19850318c940c Reviewed-by: Gunnar Sletta Reviewed-by: Konstantin Ritt --- src/gui/painting/qcolor_p.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gui/painting/qcolor_p.cpp b/src/gui/painting/qcolor_p.cpp index ca5c56e07e..3f6326fcbe 100644 --- a/src/gui/painting/qcolor_p.cpp +++ b/src/gui/painting/qcolor_p.cpp @@ -40,12 +40,6 @@ ****************************************************************************/ #include "qglobal.h" - -#if defined(Q_CC_BOR) -// needed for qsort() because of a std namespace problem on Borland -#include "qplatformdefs.h" -#endif - #include "qrgb.h" #include "qstringlist.h" -- cgit v1.2.3