aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-frv.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-09-28 13:47:45 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2023-09-28 21:18:12 -0400
commitc1cd9664073acfdc5096617cddcfd562dd2b1642 (patch)
tree7acf72094432efe05832b27fd864bd65ec8535ea /gdb/solib-frv.c
parent2e75eb583e23ff7ae6a8038014314c43b31595ff (diff)
downloadfsf-binutils-gdb-c1cd9664073acfdc5096617cddcfd562dd2b1642.zip
fsf-binutils-gdb-c1cd9664073acfdc5096617cddcfd562dd2b1642.tar.gz
fsf-binutils-gdb-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-frv.c')
-rw-r--r--gdb/solib-frv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/solib-frv.c b/gdb/solib-frv.c
index 8b0e3a6..152168c 100644
--- a/gdb/solib-frv.c
+++ b/gdb/solib-frv.c
@@ -18,16 +18,12 @@
#include "defs.h"
-#include "inferior.h"
#include "gdbcore.h"
#include "solib.h"
#include "solist.h"
#include "frv-tdep.h"
#include "objfiles.h"
#include "symtab.h"
-#include "language.h"
-#include "command.h"
-#include "gdbcmd.h"
#include "elf/frv.h"
#include "gdb_bfd.h"