From f9bfc01578acfde8de7c5c1172732fb2a76caa95 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 6 Jul 2021 23:56:13 -0400 Subject: sim: drop unused targ-vals.h includes This is used in a few places where it's not needed. Drop the include to avoid the build-time generated header file as we move to drop it. --- sim/msp430/msp430-sim.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/msp430') diff --git a/sim/msp430/msp430-sim.c b/sim/msp430/msp430-sim.c index c9bb9c7..6f1c14f 100644 --- a/sim/msp430/msp430-sim.c +++ b/sim/msp430/msp430-sim.c @@ -32,7 +32,6 @@ #include "sim-main.h" #include "sim-signal.h" #include "sim-syscall.h" -#include "targ-vals.h" static sim_cia msp430_pc_fetch (SIM_CPU *cpu) -- cgit v1.1