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 --- cdr/cdr_custom.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'cdr/cdr_custom.c') diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c index bfde470e2..69b6f2c51 100755 --- a/cdr/cdr_custom.c +++ b/cdr/cdr_custom.c @@ -15,15 +15,15 @@ */ #include -#include -#include -#include -#include -#include -#include -#include -#include "../asterisk.h" -#include "../astconf.h" +#include "asterisk/channel.h" +#include "asterisk/cdr.h" +#include "asterisk/module.h" +#include "asterisk/config.h" +#include "asterisk/pbx.h" +#include "asterisk/logger.h" +#include "asterisk/utils.h" +#include "asterisk.h" +#include "astconf.h" #define CUSTOM_LOG_DIR "/cdr_custom" -- cgit v1.2.3