aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/dundi-parser.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 /pbx/dundi-parser.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 'pbx/dundi-parser.c')
-rw-r--r--pbx/dundi-parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pbx/dundi-parser.c b/pbx/dundi-parser.c
index 0d57cf7db..bab1bfc91 100644
--- a/pbx/dundi-parser.c
+++ b/pbx/dundi-parser.c
@@ -34,7 +34,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/utils.h"
#include "asterisk/dundi.h"
#include "dundi-parser.h"
-#include "asterisk/dundi.h"
static void internaloutput(const char *str)
{