aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2024-05-15 16:00:38 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2024-05-16 12:36:52 -0400
commitf6bbac3f2e3e448e32dc15e8a0d25141e97d9729 (patch)
tree6b80c359432b8981bd11b8e7bb8842956907a14c /gdb
parent74d2676602ee0b812478797953f95cf9a9de2ed4 (diff)
downloadgdb-f6bbac3f2e3e448e32dc15e8a0d25141e97d9729.zip
gdb-f6bbac3f2e3e448e32dc15e8a0d25141e97d9729.tar.gz
gdb-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')
-rw-r--r--gdb/progspace.c1
-rw-r--r--gdb/progspace.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/gdb/progspace.c b/gdb/progspace.c
index 0deca3f..5be514d 100644
--- a/gdb/progspace.c
+++ b/gdb/progspace.c
@@ -19,7 +19,6 @@
#include "cli/cli-cmds.h"
#include "objfiles.h"
-#include "arch-utils.h"
#include "gdbcore.h"
#include "solib.h"
#include "solist.h"
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"