Commit 7bf24e06 authored by malenov's avatar malenov
Browse files

move #include "wmc_auto.h" outside of inactive segment as WMC tool needs it

parent 27a2f94f
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -31,13 +31,14 @@
*******************************************************************************************************/

#include <stdint.h>
#include <math.h>
#include "options.h"
#include "wmc_auto.h"

#ifndef IVAS_FLOAT_FIXED
#include "prot.h"
#include "ivas_prot.h"
#include "ivas_rom_com.h"
#include "math.h"
#include "wmc_auto.h"


/*------------------------------------------------------------------------------------------*
+4 −4
Original line number Diff line number Diff line
@@ -30,7 +30,11 @@

*******************************************************************************************************/

#include <math.h>
#include <assert.h>
#include <string.h>
#include "lib_dec.h"
#include "wmc_auto.h"
#ifndef IVAS_FLOAT_FIXED
#include "ivas_cnst.h"
#include "ivas_prot.h"
@@ -40,10 +44,6 @@
#include "jbm_jb4sb.h"
#include "jbm_pcmdsp_apa.h"
#include "jbm_pcmdsp_fifo.h"
#include <math.h>
#include <assert.h>
#include <string.h>
#include "wmc_auto.h"

/*---------------------------------------------------------------------*
 * Local structs