From ce7b4e93ce31acde7c368e2a27a57070eef8144b Mon Sep 17 00:00:00 2001 From: Ramesh Katuri Date: Thu, 24 Jan 2019 16:42:36 +0530 Subject: Fix for correcting #include delimiters This CL contains changes to make #include delimiters stying consistent. For all system files inclusion we will use <> and all user files we will use "" Bug: 125443111 Test: compilation Change-Id: Ie5f609b9bef8357877affb7f48d46df7c387d142 --- decoder/ixheaacd_tcx_fwd_alcnx.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'decoder/ixheaacd_tcx_fwd_alcnx.c') diff --git a/decoder/ixheaacd_tcx_fwd_alcnx.c b/decoder/ixheaacd_tcx_fwd_alcnx.c index bf579d2..617f20e 100644 --- a/decoder/ixheaacd_tcx_fwd_alcnx.c +++ b/decoder/ixheaacd_tcx_fwd_alcnx.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include "ixheaacd_type_def.h" #include "ixheaacd_bitbuffer.h" #include "ixheaacd_interface.h" @@ -50,9 +50,8 @@ #include "ixheaacd_acelp_com.h" #include "ixheaacd_constants.h" -#include -#include -#include +#include "ixheaacd_basic_ops32.h" +#include "ixheaacd_basic_ops40.h" static FLOAT32 ixheaacd_randomsign(UWORD32 *seed); #define ABS(A) ((A) < 0 ? (-A) : (A)) -- cgit v1.2.3