Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / gdbserver / lynx-low.c
index 3bf3588a71b636ba70f23ed74bca063013b1e479..0a8b258e87d11c086a47359ff22963b5ee2de2cf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2018 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #include <unistd.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
-#include "gdb_wait.h"
+#include "gdbsupport/gdb_wait.h"
 #include <signal.h>
-#include "filestuff.h"
-#include "common-inferior.h"
+#include "gdbsupport/filestuff.h"
+#include "gdbsupport/common-inferior.h"
 #include "nat/fork-inferior.h"
 
 int using_threads = 1;
This page took 0.025881 seconds and 4 git commands to generate.