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 --- apps/app_echo.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'apps/app_echo.c') diff --git a/apps/app_echo.c b/apps/app_echo.c index 09d8a5157..425e0e596 100755 --- a/apps/app_echo.c +++ b/apps/app_echo.c @@ -11,12 +11,12 @@ * the GNU General Public License */ -#include -#include -#include -#include -#include -#include +#include "asterisk/lock.h" +#include "asterisk/file.h" +#include "asterisk/logger.h" +#include "asterisk/channel.h" +#include "asterisk/pbx.h" +#include "asterisk/module.h" #include #include #include -- cgit v1.2.3