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_aacdecoder.c | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'decoder/ixheaacd_aacdecoder.c') diff --git a/decoder/ixheaacd_aacdecoder.c b/decoder/ixheaacd_aacdecoder.c index 19770ad..15dc4bb 100644 --- a/decoder/ixheaacd_aacdecoder.c +++ b/decoder/ixheaacd_aacdecoder.c @@ -20,21 +20,21 @@ #include #include #include "ixheaacd_sbr_common.h" -#include +#include "ixheaacd_type_def.h" #include "ixheaacd_constants.h" -#include -#include -#include +#include "ixheaacd_basic_ops32.h" +#include "ixheaacd_basic_ops16.h" +#include "ixheaacd_basic_ops40.h" #include "ixheaacd_basic_ops.h" #include "ixheaacd_bitbuffer.h" -#include +#include "ixheaacd_basic_op.h" #include "ixheaacd_intrinsics.h" #include "ixheaacd_defines.h" -#include +#include "ixheaacd_aac_rom.h" #include "ixheaacd_definitions.h" @@ -56,13 +56,10 @@ #include "ixheaacd_sbr_payload.h" #include "ixheaacd_common_rom.h" - -#include - #include "ixheaacd_sbrdecsettings.h" #include "ixheaacd_sbr_scale.h" #include "ixheaacd_env_extr_part.h" -#include +#include "ixheaacd_sbr_rom.h" #include "ixheaacd_stereo.h" #include "ixheaacd_lpp_tran.h" #include "ixheaacd_hybrid.h" -- cgit v1.2.3