From c1cd9664073acfdc5096617cddcfd562dd2b1642 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 28 Sep 2023 13:47:45 -0400 Subject: 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 --- gdb/solib-darwin.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gdb/solib-darwin.c') 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" -- cgit v1.1