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 --- pbx/pbx_kdeconsole_main.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pbx/pbx_kdeconsole_main.cc') diff --git a/pbx/pbx_kdeconsole_main.cc b/pbx/pbx_kdeconsole_main.cc index 9f43ee88f..0bb2d73e2 100755 --- a/pbx/pbx_kdeconsole_main.cc +++ b/pbx/pbx_kdeconsole_main.cc @@ -11,10 +11,10 @@ * the GNU General Public License */ -#include -#include -#include -#include +#include "asterisk/module.h" +#include "asterisk/channel.h" +#include "asterisk/logger.h" +#include "asterisk/lock.h" #include "pbx_kdeconsole.h" static char *dtext = "KDE Console Monitor"; -- cgit v1.2.3