gdb: remove unused includes from progspace.{c,h}

Remove some include files reported as unused by clangd.

Change-Id: I39f9d40b9d5bbf040250b41ef258fb8f32dd5c0a
This commit is contained in:
Simon Marchi
2024-05-15 16:00:38 -04:00
committed by Simon Marchi
parent 74d2676602
commit f6bbac3f2e
2 changed files with 0 additions and 3 deletions

View File

@@ -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"