aboutsummaryrefslogtreecommitdiff
path: root/decoder/ixheaacd_esbr_envcal.c
diff options
context:
space:
mode:
authorRamesh Katuri <ramesh.katuri@ittiam.com>2019-01-24 16:42:36 +0530
committerRay Essick <essick@google.com>2019-08-26 13:35:44 -0700
commitce7b4e93ce31acde7c368e2a27a57070eef8144b (patch)
treee5af18d25bcf00cdf587c212a0cab075543846ee /decoder/ixheaacd_esbr_envcal.c
parentc1634d122e09b062006966d7fb616124537f473e (diff)
downloadlibxaac-ce7b4e93ce31acde7c368e2a27a57070eef8144b.tar.gz
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
Diffstat (limited to 'decoder/ixheaacd_esbr_envcal.c')
-rw-r--r--decoder/ixheaacd_esbr_envcal.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/decoder/ixheaacd_esbr_envcal.c b/decoder/ixheaacd_esbr_envcal.c
index a072a87..d214888 100644
--- a/decoder/ixheaacd_esbr_envcal.c
+++ b/decoder/ixheaacd_esbr_envcal.c
@@ -21,7 +21,7 @@
#include <math.h>
#include <string.h>
-#include <ixheaacd_type_def.h>
+#include "ixheaacd_type_def.h"
#include "ixheaacd_error_standards.h"
#include "ixheaacd_sbr_const.h"
#include "ixheaacd_sbrdecsettings.h"
@@ -30,11 +30,9 @@
#include "ixheaacd_drc_data_struct.h"
#include "ixheaacd_drc_dec.h"
#include "ixheaacd_sbrdecoder.h"
-
#include "ixheaacd_bitbuffer.h"
-
#include "ixheaacd_env_extr_part.h"
-#include <ixheaacd_sbr_rom.h>
+#include "ixheaacd_sbr_rom.h"
#include "ixheaacd_common_rom.h"
#include "ixheaacd_hybrid.h"
#include "ixheaacd_sbr_scale.h"