aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_crypto.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-22 01:03:02 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-22 01:03:02 +0000
commit8cd33321ef8470c56fbd11d83e8f669a1a534afa (patch)
tree87c3244ff31f30110fb0b29e5ea69f7d993230d3 /res/res_crypto.c
parent9a04121e3611d1129b5aa9bbf4f7ea14843d1aac (diff)
remove a number of #include <fcntl.h> which are either
useless or done elsewhere git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89516 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_crypto.c')
-rw-r--r--res/res_crypto.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c
index 593d2f218..caaea5aff 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -38,11 +38,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <dirent.h>
-#include <fcntl.h>
-#include "asterisk/file.h"
-#include "asterisk/channel.h"
-#include "asterisk/say.h"
#include "asterisk/module.h"
#include "asterisk/crypto.h"
#include "asterisk/md5.h"