summaryrefslogtreecommitdiffstats
path: root/src/tools/qgarray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qgarray.cpp')
-rw-r--r--src/tools/qgarray.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/qgarray.cpp b/src/tools/qgarray.cpp
index ff1f7b08b..dbcaceccb 100644
--- a/src/tools/qgarray.cpp
+++ b/src/tools/qgarray.cpp
@@ -39,10 +39,7 @@
**********************************************************************/
#include "ntqglobal.h"
-#if defined(Q_CC_BOR)
- // needed for qsort() because of a std namespace problem on Borland
-# include "qplatformdefs.h"
-#elif defined(TQ_WS_WIN)
+#if defined(TQ_WS_WIN)
// needed for bsearch on some platforms
# include "qt_windows.h"
#endif