Fix unused function error
[deliverable/binutils-gdb.git] / gdb / progspace.h
index 039f55517305f797909d817c6c0500ff6602f541..c281648b99bff35a98f0c3e10224a6e34ee99357 100644 (file)
 #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<struct objfile> 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 ()) { ... }  */
This page took 0.023789 seconds and 4 git commands to generate.