Fix indentation in print_thread_info_1
[deliverable/binutils-gdb.git] / gdb / inferior-iter.h
index 2993c3eaf2db7adcead2ae14713e33a6360a5a72..b1b595735b822621aab7655d9dd300899303f41e 100644 (file)
@@ -1,6 +1,6 @@
 /* Inferior iterators and ranges for GDB, the GNU debugger.
 
-   Copyright (C) 2018 Free Software Foundation, Inc.
+   Copyright (C) 2018-2019 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.025766 seconds and 4 git commands to generate.