diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-21 14:00:12 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-02-08 10:58:14 -0700 |
commit | dcee6fb39812ace0df59b8d0dd43cd41d2f02e54 (patch) | |
tree | 0c40dc127d150bb65f8b58643c4b66b4ddba97b3 /gdb/amd64-tdep.c | |
parent | 0671cc8b19d5b96f448a0a487cf12fe772df08fb (diff) | |
download | gdb-dcee6fb39812ace0df59b8d0dd43cd41d2f02e54.zip gdb-dcee6fb39812ace0df59b8d0dd43cd41d2f02e54.tar.gz gdb-dcee6fb39812ace0df59b8d0dd43cd41d2f02e54.tar.bz2 |
Remove block.h includes from some tdep files
A few tdep files include block.h but do not need to. This patch
removes the inclusions. I checked that this worked correctly by
examining the resulting .Po file to make sure that block.h was not
being included by some other route.
Diffstat (limited to 'gdb/amd64-tdep.c')
-rw-r--r-- | gdb/amd64-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c index 70d0d0f..328e001 100644 --- a/gdb/amd64-tdep.c +++ b/gdb/amd64-tdep.c @@ -24,7 +24,6 @@ #include "opcode/i386.h" #include "dis-asm.h" #include "arch-utils.h" -#include "block.h" #include "dummy-frame.h" #include "frame.h" #include "frame-base.h" |