diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/progspace.c | 1 | ||||
-rw-r--r-- | gdb/progspace.h | 2 |
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" |