Pass existing_cu object to cutu_reader
[deliverable/binutils-gdb.git] / gdb / continuations.c
index 3f565a8f810cbecd4f00b3f700d232839eda8166..3283b65649d59bd9f10ec901aadc954d4a66c4d8 100644 (file)
@@ -1,6 +1,6 @@
 /* Continuations for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Local non-gdb includes.  */
-#include "continuations.h"
 #include "gdbthread.h"
 #include "inferior.h"
+#include "continuations.h"
 
 struct continuation
 {
This page took 0.024702 seconds and 4 git commands to generate.