summaryrefslogtreecommitdiff
path: root/include/asterisk/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/sha1.h')
-rw-r--r--include/asterisk/sha1.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/asterisk/sha1.h b/include/asterisk/sha1.h
index ed905d04b..d530c3206 100644
--- a/include/asterisk/sha1.h
+++ b/include/asterisk/sha1.h
@@ -18,15 +18,8 @@
#ifndef _SHA1_H_
#define _SHA1_H_
-
-
-#if defined(__OpenBSD__) || defined( __FreeBSD__)
-#include <inttypes.h>
-#else
-#include <stdint.h>
-#endif
-
/*
+ * We assume that the standard asterisk headers have been included before this one.
* If you do not have the ISO standard stdint.h header file, then you
* must typdef the following:
* name meaning