Commit 94b01315 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh Committed by Manuel Jander
Browse files

Clean up of prot.h file

parent dd31cc97
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
#include "rom_com.h"
#include "prot_fx.h"
#include "wmc_auto.h"
#include "ivas_prot.h"
#include "ivas_prot_fx.h"

#define FSCALE_DENOM_BY_12800_Q15 1311
+6 −5
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
#include "cnst.h"      /* Common constants                       */
#include "rom_com.h"   /* Static table prototypes                */
#include "prot_fx.h"   /* Function prototypes                    */
#include "ivas_prot.h" /* Function prototypes                    */
#include "assert.h"    /* Debug prototypes                       */
#include "stl.h"
#include "ivas_prot_fx.h"
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
#include "options.h"
#include "wmc_auto.h"
#include "prot_fx.h"
#include "ivas_prot.h"
#include "ivas_prot_fx.h"
#include "stat_dec.h"

+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include <math.h>
#include "ivas_cnst.h"
#include "ivas_rom_com.h"
#include "ivas_prot.h"
#include "prot_fx.h"
#include "cnst.h"
#include "wmc_auto.h"
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
#include <math.h>
#include "options.h"
#include "prot_fx.h"
#include "ivas_prot.h"
#include "rom_com.h"
#include "ivas_rom_com.h"
#include "wmc_auto.h"
Loading