sim: bfin/msp430: drop run-sim.h include

This header is used only with run.o, and both of these use nrun.o.
This commit is contained in:
Mike Frysinger 2015-03-23 00:08:25 -04:00
parent 8a863336bb
commit 80fc77e6c1
4 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2015-03-23 Mike Frysinger <vapier@gentoo.org>
* sim-main.h: Delete run-sim.h include.
2015-03-16 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

View File

@ -61,7 +61,6 @@ struct sim_state {
#include "sim-types.h"
#include "sim-engine.h"
#include "sim-options.h"
#include "run-sim.h"
#include "dv-bfin_trace.h"
#undef MAX

View File

@ -1,3 +1,7 @@
2015-03-23 Mike Frysinger <vapier@gentoo.org>
* sim-main.h: Delete run-sim.h include.
2015-03-16 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

View File

@ -67,7 +67,6 @@ struct sim_state
#include "sim-types.h"
#include "sim-engine.h"
#include "sim-options.h"
#include "run-sim.h"
#define MAYBE_TRACE(type, cpu, fmt, ...) \
do \