diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-07-06 23:56:13 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 04:53:22 -0400 |
commit | f9bfc01578acfde8de7c5c1172732fb2a76caa95 (patch) | |
tree | b937032c1e3a0dfd58ed59d80c23615bac59888a /sim/common/syscall.c | |
parent | cd3ee89d386d37b5b4db34427f5e1dd9e0f63ad2 (diff) | |
download | gdb-f9bfc01578acfde8de7c5c1172732fb2a76caa95.zip gdb-f9bfc01578acfde8de7c5c1172732fb2a76caa95.tar.gz gdb-f9bfc01578acfde8de7c5c1172732fb2a76caa95.tar.bz2 |
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.
Diffstat (limited to 'sim/common/syscall.c')
-rw-r--r-- | sim/common/syscall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/common/syscall.c b/sim/common/syscall.c index 6efddcf..e353d86 100644 --- a/sim/common/syscall.c +++ b/sim/common/syscall.c @@ -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 |