aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_g723_1.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-21 06:02:45 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-21 06:02:45 +0000
commit31e8dcf4fe91466bf35a3f6d4de2bd714c43b288 (patch)
tree2e1428fa6b252feb5b9995433f1bcd3a6fa373f7 /codecs/codec_g723_1.c
parent78bebade1972eb48c8fc73e2f7b441d5592f4055 (diff)
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
Diffstat (limited to 'codecs/codec_g723_1.c')
-rwxr-xr-xcodecs/codec_g723_1.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/codecs/codec_g723_1.c b/codecs/codec_g723_1.c
index 48b85e8dd..862443900 100755
--- a/codecs/codec_g723_1.c
+++ b/codecs/codec_g723_1.c
@@ -22,11 +22,11 @@
#define TYPE_MASK 0x3
#include <sys/types.h>
-#include <asterisk/lock.h>
-#include <asterisk/translate.h>
-#include <asterisk/module.h>
-#include <asterisk/logger.h>
-#include <asterisk/channel.h>
+#include "asterisk/lock.h"
+#include "asterisk/translate.h"
+#include "asterisk/module.h"
+#include "asterisk/logger.h"
+#include "asterisk/channel.h"
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>