aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-21 23:09:02 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-21 23:09:02 +0000
commitde2db0533258ae743ce7122fc89d819d115276f3 (patch)
treeee0fd7d0dd1a6adc3154f0e6e3486bc2392ecdfd /main/logger.c
parent805ba568c669e6695dda10fa4732ec994e3c5703 (diff)
remove a bunch of useless #include "options.h"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89511 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/logger.c')
-rw-r--r--main/logger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/logger.c b/main/logger.c
index 3f7634b2a..cf994a549 100644
--- a/main/logger.c
+++ b/main/logger.c
@@ -65,7 +65,6 @@ static int syslog_level_map[] = {
#undef _ASTERISK_LOGGER_H /* now include logger.h */
#include "asterisk/logger.h"
#include "asterisk/lock.h"
-#include "asterisk/options.h"
#include "asterisk/channel.h"
#include "asterisk/config.h"
#include "asterisk/term.h"