[pushed] gdb: remove unused includes from progspace.{c,h}
Checks
Commit Message
From: Simon Marchi <simon.marchi@efficios.com>
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(-)
base-commit: 74d2676602ee0b812478797953f95cf9a9de2ed4
@@ -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"
@@ -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"