Message ID | 20191203042558.2694627-1-simon.marchi@polymtl.ca |
---|---|
State | New |
Headers | show |
>>>>> "Simon" == Simon Marchi <simon.marchi@polymtl.ca> writes:
Simon> include-what-you-use reports:
[...]
These both seem fine to me.
Tom
On 2019-12-04 12:45 p.m., Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi <simon.marchi@polymtl.ca> writes: > > Simon> include-what-you-use reports: > [...] > > These both seem fine to me. > > Tom > Thanks, I pushed them.
diff --git a/gdb/aarch64-tdep.c b/gdb/aarch64-tdep.c index af186e4b1be5..1d5fb2001d38 100644 --- a/gdb/aarch64-tdep.c +++ b/gdb/aarch64-tdep.c @@ -21,7 +21,6 @@ #include "defs.h" #include "frame.h" -#include "inferior.h" #include "gdbcmd.h" #include "gdbcore.h" #include "dis-asm.h" @@ -40,18 +39,12 @@ #include "prologue-value.h" #include "target-descriptions.h" #include "user-regs.h" -#include "language.h" -#include "infcall.h" -#include "ax.h" #include "ax-gdb.h" #include "gdbsupport/selftest.h" #include "aarch64-tdep.h" #include "aarch64-ravenscar-thread.h" -#include "elf-bfd.h" -#include "elf/aarch64.h" - #include "record.h" #include "record-full.h" #include "arch/aarch64-insn.h"