summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2013-09-23 17:42:06 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-23 21:20:47 +0200
commitb768c0c801a99be7ada0553cbf4a64aca2853444 (patch)
tree6457cc0f9676ba97e6db8b3355e6f21133ca6c5d /src/gui
parent893a9e1cf8863cd7f70c44da303de16e22b2ae93 (diff)
Remove a Borland-related inclusion
There are no calls to qSort in the file any more. Change-Id: I5534271a75065998d5a98147a0d19850318c940c Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com> Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/painting/qcolor_p.cpp6
1 files changed, 0 insertions, 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"