summaryrefslogtreecommitdiffstats
path: root/tdewallet/backend/sha1.cpp
diff options
context:
space:
mode:
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