diff options
Diffstat (limited to 'src/sha1.cpp')
-rw-r--r-- | src/sha1.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sha1.cpp b/src/sha1.cpp index 3f5dbd9..1ed4e8b 100644 --- a/src/sha1.cpp +++ b/src/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 |