diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-28 13:39:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-08 12:31:53 +0900 |
commit | b3f74bb12ab86a90a05f7d48325b25c408d0b985 (patch) | |
tree | 9bfd26f8b7c6a3e7a1f2cce66019d41f51fb9cb8 /src/tools/qgvector.cpp | |
parent | 64d2e7533f57a6ffd64827d83f93a994efafd8d0 (diff) | |
download | tqt3-b3f74bb12ab86a90a05f7d48325b25c408d0b985.tar.gz tqt3-b3f74bb12ab86a90a05f7d48325b25c408d0b985.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 69e1261df646edf24612d7f953dac81182e7461b)
Diffstat (limited to 'src/tools/qgvector.cpp')
-rw-r--r-- | src/tools/qgvector.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/qgvector.cpp b/src/tools/qgvector.cpp index ea1e2018a..448183c14 100644 --- a/src/tools/qgvector.cpp +++ b/src/tools/qgvector.cpp @@ -39,10 +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 #define TQGVECTOR_CPP #include "ntqgvector.h" |