From f6bbac3f2e3e448e32dc15e8a0d25141e97d9729 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 15 May 2024 16:00:38 -0400 Subject: [PATCH] gdb: remove unused includes from progspace.{c,h} Remove some include files reported as unused by clangd. Change-Id: I39f9d40b9d5bbf040250b41ef258fb8f32dd5c0a --- gdb/progspace.c | 1 - gdb/progspace.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/gdb/progspace.c b/gdb/progspace.c index 0deca3f2376..5be514d45b0 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 bbf54efa07a..bc24ef93733 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" -- 2.39.5