diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2024-05-16 15:54:37 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-05-16 15:54:37 -0400 |
commit | f617661c1105c1fc95c19c4ea129fdd2318095e7 (patch) | |
tree | b819beffa8c281dc49e976bf3a296aee84b56820 /gdb/objfiles.c | |
parent | 3396d197b7c27ce1ffae7b77a3b87da8b9a99942 (diff) | |
download | fsf-binutils-gdb-f617661c1105c1fc95c19c4ea129fdd2318095e7.zip fsf-binutils-gdb-f617661c1105c1fc95c19c4ea129fdd2318095e7.tar.gz fsf-binutils-gdb-f617661c1105c1fc95c19c4ea129fdd2318095e7.tar.bz2 |
gdb: remove unused includes in objfiles.{c,h}
Remove some includes reported as unused by clangd.
Change-Id: I7768232c28b9b86b0a03628a1d15dede2b30c76a
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index ba88ed1..e6b0ca7 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -27,7 +27,6 @@ #include "symfile.h" #include "objfiles.h" #include "target.h" -#include "bcache.h" #include "expression.h" #include "parser-defs.h" @@ -46,13 +45,11 @@ #include "exec.h" #include "observable.h" #include "complaints.h" -#include "solist.h" #include "gdb_bfd.h" #include "btrace.h" #include "gdbsupport/pathstuff.h" #include <algorithm> -#include <vector> /* Externally visible variables that are owned by this module. See declarations in objfile.h for more info. */ |