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.
This commit is contained in:
Mike Frysinger 2021-07-06 23:56:13 -04:00
parent cd3ee89d38
commit f9bfc01578
6 changed files with 0 additions and 7 deletions

View File

@ -25,7 +25,6 @@
#include "sim-main.h"
#include "sim-io.h"
#include "sim/callback.h"
#include "targ-vals.h"
#include <errno.h>
#if HAVE_FCNTL_H

View File

@ -25,7 +25,6 @@
#include "sim-main.h"
#include "sim-syscall.h"
#include "sim/callback.h"
#include "targ-vals.h"
/* Read/write functions for system call interface. */

View File

@ -41,7 +41,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include "sim/callback.h"
#include "targ-vals.h"
#ifndef ENOSYS
#define ENOSYS EINVAL

View File

@ -26,7 +26,6 @@
#include "sim-syscall.h"
#include "sim/callback.h"
#include "syscall.h"
#include "targ-vals.h"
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>

View File

@ -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)

View File

@ -34,8 +34,6 @@
#include "opcode/riscv.h"
#include "gdb/sim-riscv.h"
#include "targ-vals.h"
#define TRACE_REG(cpu, reg) \
TRACE_REGISTER (cpu, "wrote %s = %#" PRIxTW, riscv_gpr_names_abi[reg], \