summaryrefslogtreecommitdiffstats
path: root/kjs/string_object.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-06 16:36:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 12:03:24 +0900
commit40fb163bf163c34ff66142de686be7b87d212254 (patch)
tree650cf51108376253b541437937fda05d19c9ae04 /kjs/string_object.cpp
parent92bde6f6c114e0d7ae4e8428402494a9b90c0d32 (diff)
downloadtdelibs-40fb163bf163c34ff66142de686be7b87d212254.tar.gz
tdelibs-40fb163bf163c34ff66142de686be7b87d212254.zip
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1df809582147440749d88e03b70916044db15339)
Diffstat (limited to 'kjs/string_object.cpp')
-rw-r--r--kjs/string_object.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/kjs/string_object.cpp b/kjs/string_object.cpp
index b9321e70f..304a4ba34 100644
--- a/kjs/string_object.cpp
+++ b/kjs/string_object.cpp
@@ -37,9 +37,6 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-#ifdef HAVE_SYS_BITYPES_H
-#include <sys/bitypes.h> /* For uintXX_t on Tru64 */
-#endif
using namespace KJS;