From b3f74bb12ab86a90a05f7d48325b25c408d0b985 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 28 Oct 2024 13:39:23 +0900 Subject: Drop Borland compiler specific code Signed-off-by: Michele Calgaro (cherry picked from commit 69e1261df646edf24612d7f953dac81182e7461b) --- src/table/qtable.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/table/qtable.cpp') diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp index bf27224c8..7f7910b04 100644 --- a/src/table/qtable.cpp +++ b/src/table/qtable.cpp @@ -39,11 +39,6 @@ **********************************************************************/ #include "ntqglobal.h" -#if defined(Q_CC_BOR) -// needed for qsort() because of a std namespace problem on Borland -#include "qplatformdefs.h" -#endif - #include "ntqtable.h" #ifndef TQT_NO_TABLE -- cgit v1.2.3