From 1f9ab2380a4543526bbd20e0fa754de95747c77e Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" 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: https://origsvn.digium.com/svn/asterisk/trunk@5490 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/pbx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/asterisk/pbx.h') diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h index 265993d7d..4c9677639 100755 --- a/include/asterisk/pbx.h +++ b/include/asterisk/pbx.h @@ -13,8 +13,8 @@ #ifndef _ASTERISK_PBX_H #define _ASTERISK_PBX_H -#include -#include +#include "asterisk/sched.h" +#include "asterisk/channel.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { -- cgit v1.2.3