X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Finferior-iter.h;h=fb6da8a305fb7074cb87ea7b1c8d0fe7b2c926f6;hb=71780f455fbf35ed4c48e94b4228c55c11a213c8;hp=f3c0fd811fa6c134ba44fa89c1c8b6c3ef8d4ac3;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/inferior-iter.h b/gdb/inferior-iter.h index f3c0fd811f..fb6da8a305 100644 --- a/gdb/inferior-iter.h +++ b/gdb/inferior-iter.h @@ -1,6 +1,6 @@ /* Inferior iterators and ranges for GDB, the GNU debugger. - Copyright (C) 2018-2019 Free Software Foundation, Inc. + Copyright (C) 2018-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -20,8 +20,8 @@ #ifndef INFERIOR_ITER_H #define INFERIOR_ITER_H -#include "common/filtered-iterator.h" -#include "common/safe-iterator.h" +#include "gdbsupport/filtered-iterator.h" +#include "gdbsupport/safe-iterator.h" /* A forward iterator that iterates over all inferiors. */