summaryrefslogtreecommitdiff
path: root/apps/app_dumpchan.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-16 23:54:45 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-16 23:54:45 +0000
commit5490960453e22d14bd47b30a37a7739a07a07c0b (patch)
tree99addf8c7bece06c188957346b0489ec30f09859 /apps/app_dumpchan.c
parent38ebd439f7e6b5efa4b0f94983fcd96c902a0fd6 (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: https://origsvn.digium.com/svn/asterisk/trunk@89348 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_dumpchan.c')
-rw-r--r--apps/app_dumpchan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_dumpchan.c b/apps/app_dumpchan.c
index 156109185..768f3e2db 100644
--- a/apps/app_dumpchan.c
+++ b/apps/app_dumpchan.c
@@ -40,7 +40,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/options.h"
#include "asterisk/utils.h"
#include "asterisk/lock.h"
-#include "asterisk/utils.h"
static char *app = "DumpChan";
static char *synopsis = "Dump Info About The Calling Channel";