aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 23:54:45 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 23:54:45 +0000
commit18911d90cb6a2b3859a90240c5a56dff81a88446 (patch)
tree99addf8c7bece06c188957346b0489ec30f09859 /main/logger.c
parent27db72c0de1c905ace077e22e86b4d80e6a135df (diff)
remove a bunch of duplicate includes
Reproduce with grep -r #include . | grep -v .svn | grep -v Binary | sort | uniq -c | sort -nr git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89348 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 83cdef36a..457c2bd07 100644
--- a/main/logger.c
+++ b/main/logger.c
@@ -66,7 +66,6 @@ static int syslog_level_map[] = {
#include "asterisk/manager.h"
#include "asterisk/threadstorage.h"
#include "asterisk/strings.h"
-#include "asterisk/channel.h"
#include "asterisk/pbx.h"
#if defined(__linux__) && !defined(__NR_gettid)