summaryrefslogtreecommitdiff
path: root/res/res_crypto.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-21 23:09:02 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-21 23:09:02 +0000
commite0ff5fef5ccd127f1c12e351a6ae11683e408458 (patch)
treeee0fd7d0dd1a6adc3154f0e6e3486bc2392ecdfd /res/res_crypto.c
parent27dc9e7c706db32e93e5ffb04634617ce5f06254 (diff)
remove a bunch of useless #include "options.h"
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89511 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_crypto.c')
-rw-r--r--res/res_crypto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c
index 6903c388c..593d2f218 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -44,7 +44,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/say.h"
#include "asterisk/module.h"
-#include "asterisk/options.h"
#include "asterisk/crypto.h"
#include "asterisk/md5.h"
#include "asterisk/cli.h"