aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/dundi-parser.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-21 06:02:45 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-21 06:02:45 +0000
commit31e8dcf4fe91466bf35a3f6d4de2bd714c43b288 (patch)
tree2e1428fa6b252feb5b9995433f1bcd3a6fa373f7 /pbx/dundi-parser.h
parent78bebade1972eb48c8fc73e2f7b441d5592f4055 (diff)
use double-quotes instead of angle-brackets for non-system include files (bug #4058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/dundi-parser.h')
-rwxr-xr-xpbx/dundi-parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbx/dundi-parser.h b/pbx/dundi-parser.h
index cc2364f51..3ea701e5b 100755
--- a/pbx/dundi-parser.h
+++ b/pbx/dundi-parser.h
@@ -12,8 +12,8 @@
#ifndef _DUNDI_PARSER_H
#define _DUNDI_PARSER_H
-#include <asterisk/dundi.h>
-#include <asterisk/aes.h>
+#include "asterisk/dundi.h"
+#include "asterisk/aes.h"
#define DUNDI_MAX_STACK 512
#define DUNDI_MAX_ANSWERS 100