X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fprogspace.h;h=c281648b99bff35a98f0c3e10224a6e34ee99357;hb=39f34d7b64ee76e07b82a3e57800905d249d8005;hp=039f55517305f797909d817c6c0500ff6602f541;hpb=0747795c085d3b2a35da6bb474f32c58ce1b70c8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/progspace.h b/gdb/progspace.h index 039f555173..c281648b99 100644 --- a/gdb/progspace.h +++ b/gdb/progspace.h @@ -22,12 +22,11 @@ #define PROGSPACE_H #include "target.h" -#include "common/vec.h" #include "gdb_bfd.h" -#include "common/gdb_vecs.h" +#include "gdbsupport/gdb_vecs.h" #include "registry.h" -#include "common/next-iterator.h" -#include "common/safe-iterator.h" +#include "gdbsupport/next-iterator.h" +#include "gdbsupport/safe-iterator.h" struct target_ops; struct bfd; @@ -141,7 +140,7 @@ struct program_space typedef next_adapter objfiles_range; - /* Return an iterarable object that can be used to iterate over all + /* Return an iterable object that can be used to iterate over all objfiles. The basic use is in a foreach, like: for (objfile *objf : pspace->objfiles ()) { ... } */