diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-09-28 13:47:45 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2023-09-28 21:18:12 -0400 |
commit | c1cd9664073acfdc5096617cddcfd562dd2b1642 (patch) | |
tree | 7acf72094432efe05832b27fd864bd65ec8535ea /gdb/solib-darwin.c | |
parent | 2e75eb583e23ff7ae6a8038014314c43b31595ff (diff) | |
download | binutils-c1cd9664073acfdc5096617cddcfd562dd2b1642.zip binutils-c1cd9664073acfdc5096617cddcfd562dd2b1642.tar.gz binutils-c1cd9664073acfdc5096617cddcfd562dd2b1642.tar.bz2 |
gdb: remove unused imports in solib*.[ch]
I'm starting to work on these files, I thought it would be a good time
to remove unused imports. These were identified by
include-what-you-use. Tested by rebuilding.
Change-Id: I3eaf3fa0ea3506c7ecfbc8ecff5031433b1dadb8
Reviewed-By: John Baldwin <jhb@FreeBSD.org>
Diffstat (limited to 'gdb/solib-darwin.c')
-rw-r--r-- | gdb/solib-darwin.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/solib-darwin.c b/gdb/solib-darwin.c index 1f52dd4..1dacc7b 100644 --- a/gdb/solib-darwin.c +++ b/gdb/solib-darwin.c @@ -19,26 +19,17 @@ #include "defs.h" -#include "symtab.h" #include "bfd.h" -#include "symfile.h" #include "objfiles.h" #include "gdbcore.h" #include "target.h" #include "inferior.h" #include "regcache.h" -#include "gdbthread.h" #include "gdb_bfd.h" #include "solist.h" -#include "solib.h" -#include "solib-svr4.h" #include "solib-darwin.h" -#include "bfd-target.h" -#include "elf-bfd.h" -#include "exec.h" -#include "auxv.h" #include "mach-o.h" #include "mach-o/external.h" |