Commit 24eb109a authored by vaclav's avatar vaclav
Browse files

Keep #include "wmc_auto.h" only in files where it is needed

parent f03a545b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  ====================================================================================*/

#include <math.h>
#include "wmc_auto.h"
#include <stdio.h>
#include "cnst.h"
#include "prot.h"
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
#include "prot.h"
#include "rom_com.h"
#include "options.h"
#include "wmc_auto.h"


/*-------------------------------------------------------------------*
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  ====================================================================================*/

#include <math.h>
#include "wmc_auto.h"
#include <assert.h>
#include "options.h"
#include "cnst.h"
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  ====================================================================================*/

#include "options.h"
#include "wmc_auto.h"
#include "cnst.h"
#include "rom_com.h"
#include "prot.h"
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  ====================================================================================*/

#include "options.h"
#include "wmc_auto.h"
#include "cnst.h"
#include "prot.h"

Loading