diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2024-05-15 16:00:38 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-05-16 12:36:52 -0400 |
commit | f6bbac3f2e3e448e32dc15e8a0d25141e97d9729 (patch) | |
tree | 6b80c359432b8981bd11b8e7bb8842956907a14c /gdb/progspace.h | |
parent | 74d2676602ee0b812478797953f95cf9a9de2ed4 (diff) | |
download | binutils-f6bbac3f2e3e448e32dc15e8a0d25141e97d9729.zip binutils-f6bbac3f2e3e448e32dc15e8a0d25141e97d9729.tar.gz binutils-f6bbac3f2e3e448e32dc15e8a0d25141e97d9729.tar.bz2 |
gdb: remove unused includes from progspace.{c,h}
Remove some include files reported as unused by clangd.
Change-Id: I39f9d40b9d5bbf040250b41ef258fb8f32dd5c0a
Diffstat (limited to 'gdb/progspace.h')
-rw-r--r-- | gdb/progspace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/progspace.h b/gdb/progspace.h index bbf54ef..bc24ef9 100644 --- a/gdb/progspace.h +++ b/gdb/progspace.h @@ -23,10 +23,8 @@ #include "target.h" #include "gdb_bfd.h" -#include "gdbsupport/gdb_vecs.h" #include "registry.h" #include "solist.h" -#include "gdbsupport/next-iterator.h" #include "gdbsupport/safe-iterator.h" #include "gdbsupport/intrusive_list.h" #include "gdbsupport/refcounted-object.h" |