Commit 0a255f32 authored by vaclav's avatar vaclav
Browse files

more removal of obsolete defines - address issue #1467

parent 17860a51
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include <assert.h>
#include <stdint.h>
#include "options.h"
#include <math.h>
#include "stat_dec.h"
#include "prot_fx.h"
#include "rom_com.h"
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@

#include <stdint.h>
#include <assert.h>
#include <math.h>
#include "options.h"
#include "prot_fx.h"
#include "basop_util.h"
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@

#include <stdint.h>
#include "options.h"
#include <math.h>
#include "cnst.h"
#include "prot_fx.h"
#include "rom_com.h"
+2 −2
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@

#include <stdint.h>
#include "options.h"
#include <math.h>
#include "cnst.h"
#include "prot_fx.h"
#include "rom_com.h"
#include "wmc_auto.h"

  /*--------------------------------------------------------------------------*
 * env_stab_transient_detect()
 *
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include <assert.h>
#include <stdint.h>
#include "options.h"
#include <math.h>
#include "cnst.h"
#include "prot_fx.h"
#include "rom_com.h"
Loading