From 31e8dcf4fe91466bf35a3f6d4de2bd714c43b288 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 21 Apr 2005 06:02:45 +0000 Subject: 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 --- apps/app_cdr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/app_cdr.c') diff --git a/apps/app_cdr.c b/apps/app_cdr.c index ce04f72f6..8e6752ac6 100755 --- a/apps/app_cdr.c +++ b/apps/app_cdr.c @@ -12,9 +12,9 @@ */ #include -#include -#include -#include +#include "asterisk/channel.h" +#include "asterisk/module.h" +#include "asterisk/pbx.h" #include -- cgit v1.2.3