ubsan: alpha-coff: signed integer overflow
[deliverable/binutils-gdb.git] / gdb / inferior-iter.h
index f3c0fd811fa6c134ba44fa89c1c8b6c3ef8d4ac3..fb6da8a305fb7074cb87ea7b1c8d0fe7b2c926f6 100644 (file)
@@ -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.  */
 
This page took 0.023328 seconds and 4 git commands to generate.