From 69e1261df646edf24612d7f953dac81182e7461b 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 --- src/table/tqtable.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/table') diff --git a/src/table/tqtable.cpp b/src/table/tqtable.cpp index 2bffd774c..b990a854a 100644 --- a/src/table/tqtable.cpp +++ b/src/table/tqtable.cpp @@ -39,11 +39,6 @@ **********************************************************************/ #include "tqglobal.h" -#if defined(Q_CC_BOR) -// needed for qsort() because of a std namespace problem on Borland -#include "qplatformdefs.h" -#endif - #include "tqtable.h" #ifndef TQT_NO_TABLE -- cgit v1.2.1