diff options
Diffstat (limited to 'gdb/target-memory.c')
-rw-r--r-- | gdb/target-memory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/target-memory.c b/gdb/target-memory.c index d04363c..ce964ba 100644 --- a/gdb/target-memory.c +++ b/gdb/target-memory.c @@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "common/vec.h" +#include "gdbsupport/vec.h" #include "target.h" #include "memory-map.h" -#include "common/gdb_sys_time.h" +#include "gdbsupport/gdb_sys_time.h" #include <algorithm> static bool |