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 --- ast_expr.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ast_expr.y') diff --git a/ast_expr.y b/ast_expr.y index 0c8c40a8d..de07a0c9d 100755 --- a/ast_expr.y +++ b/ast_expr.y @@ -21,8 +21,8 @@ #include #include #include -#include -#include +#include "asterisk/ast_expr.h" +#include "asterisk/logger.h" #ifndef QUAD_MIN #ifdef LONG_LONG_MIN -- cgit v1.2.3