summaryrefslogtreecommitdiffstats
path: root/tdewallet/backend/sha1.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-06 16:36:34 +0900
committerMichele Calgaro <[email protected]>2025-01-07 09:55:35 +0900
commit1df809582147440749d88e03b70916044db15339 (patch)
tree952e675d15a9c79bc8418c0eb5f996af910f11f1 /tdewallet/backend/sha1.cpp
parente9b2881ed720ce8f3bf2053e359f386ce434b173 (diff)
downloadtdelibs-1df809582147440749d88e03b70916044db15339.tar.gz
tdelibs-1df809582147440749d88e03b70916044db15339.zip
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdewallet/backend/sha1.cpp')
-rw-r--r--tdewallet/backend/sha1.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tdewallet/backend/sha1.cpp b/tdewallet/backend/sha1.cpp
index 7420b5f16..c2bb4339b 100644
--- a/tdewallet/backend/sha1.cpp
+++ b/tdewallet/backend/sha1.cpp
@@ -24,12 +24,6 @@
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
-#include <stdint.h> /* For uintXX_t on OSX */
-#endif
-#ifdef HAVE_SYS_BITYPES_H
-#include <sys/bitypes.h> /* For uintXX_t on Tru64 */
-#endif
-#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif