Commit b1dbfa21 authored by vaclav's avatar vaclav
Browse files

cleaning of unused includes

parent 7886e443
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
#include "options.h"
#include <stdint.h>
#ifdef SPLIT_REND_WITH_HEAD_ROT
//#include "isar_rom_lcld_tables.h"
#include "isar_lcld_prot.h"
#include "isar_prot.h"
#include "wmc_auto.h"
+2 −2
Original line number Diff line number Diff line
@@ -249,12 +249,12 @@ ivas_error ISAR_LC3PLUS_DEC_AllocateSubframeDecodingMatrix(


/*-------------------------------------------------------------------------
 * IVAS_LC3PLUS_DEC_SetSelectiveDecodingMatrix()
 * ISAR_LC3PLUS_DEC_SetSelectiveDecodingMatrix()
 *
 *
 *------------------------------------------------------------------------*/

ivas_error IVAS_LC3PLUS_DEC_SetSelectiveDecodingMatrix(
ivas_error ISAR_LC3PLUS_DEC_SetSelectiveDecodingMatrix(
    ISAR_LC3PLUS_DEC_HANDLE handle, /* i  : LC3plus decoder handle     */
    int16_t *subframeChannelMatrix[MAX_PARAM_SPATIAL_SUBFRAMES] )
{
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
#include "lc3.h"
#include "ivas_error.h"
#include "isar_lc3plus_common.h"
//#include "ivas_cnst.h"


typedef enum
{
+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@
#ifdef SPLIT_REND_WITH_HEAD_ROT
#include <math.h>
#include <assert.h>
//#include "isar_lcld_prot.h"
//#include "isar_rom_lcld_tables.h"
#include "prot.h"
#include "isar_prot.h"
#include "wmc_auto.h"
+0 −3
Original line number Diff line number Diff line
@@ -35,10 +35,7 @@
#ifdef DEBUGGING
#include "debug.h"
#endif
//#include "cnst.h"
//#include "ivas_cnst.h"
#include "isar_cnst.h"
//#include <stddef.h>
#include "wmc_auto.h"

/* clang-format off */
Loading