diff options
Diffstat (limited to 'tdewallet')
| -rw-r--r-- | tdewallet/backend/blowfish.h | 3 | ||||
| -rw-r--r-- | tdewallet/backend/sha1.cpp | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/tdewallet/backend/blowfish.h b/tdewallet/backend/blowfish.h index 581ac31c0..33c0c6ee1 100644 --- a/tdewallet/backend/blowfish.h +++ b/tdewallet/backend/blowfish.h @@ -28,9 +28,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 #include "blockcipher.h" 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 |
