Commit 6fd7b13b authored by vaclav's avatar vaclav
Browse files

Merge branch 'main' into...

Merge branch 'main' into 94-amend-audiofilereader_open-by-expnumchannels-return-error-in-case-of-mismatch
parents 7d658b41 40b89b30
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
    EVS Codec 3GPP TS26.443 Nov 04, 2021. Version 12.14.0 / 13.10.0 / 14.6.0 / 15.4.0 / 16.3.0
  ====================================================================================*/

#include "typedef.h"
#include <stdint.h>
#include "options.h"
#ifdef DEBUGGING
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include "options.h"
#include "cnst.h"
#include "ivas_cnst.h"
#include "typedef.h"
#include "stat_com.h"
#include "ivas_stat_com.h"
#ifdef DEBUGGING
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@
#include "debug.h"
#endif
#include <math.h>
#include "typedef.h"
#include "prot.h"
#include "cnst.h"
#include "rom_com.h"
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include <assert.h>
#include <stdint.h>
#include "options.h"
#include "typedef.h"
#include "prot.h"
#include "rom_com.h"
#include "wmc_auto.h"
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
  ====================================================================================*/

#include <assert.h>
#include "typedef.h"
#include <stdint.h>
#include "options.h"
#ifdef DEBUGGING
Loading