Commit c772451c authored by malenov's avatar malenov
Browse files

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

parent 403dc3e4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@
*******************************************************************************************************/

#include <stdint.h>
#include <math.h>
#include <assert.h>
#include "options.h"
#include "wmc_auto.h"
#ifndef IVAS_FLOAT_FIXED
#include "prot.h"
#include "ivas_prot.h"
#include <math.h>
#include <assert.h>
#include "wmc_auto.h"


/*-----------------------------------------------------------------------------------------*