aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/md5.h')
-rw-r--r--include/asterisk/md5.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/md5.h b/include/asterisk/md5.h
index f738bd5b6..714267da6 100644
--- a/include/asterisk/md5.h
+++ b/include/asterisk/md5.h
@@ -23,8 +23,6 @@
#ifndef _ASTERISK_MD5_H
#define _ASTERISK_MD5_H
-#include <inttypes.h>
-
struct MD5Context {
uint32_t buf[4];
uint32_t bits[2];