gdbserver: make aarch64_write_goto_address static
[deliverable/binutils-gdb.git] / gdb / ser-pipe.c
index 702d97c551371e064f464b2f2a52d18ee21c8c2c..bdc6b054c5d0d0a1ba70fab2be98b91d1755536e 100644 (file)
@@ -1,5 +1,5 @@
 /* Serial interface for a pipe to a separate program
-   Copyright (C) 1999-2019 Free Software Foundation, Inc.
+   Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
    Contributed by Cygnus Solutions.
 
@@ -27,9 +27,9 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
-#include "common/gdb_sys_time.h"
+#include "gdbsupport/gdb_sys_time.h"
 #include <fcntl.h>
-#include "common/filestuff.h"
+#include "gdbsupport/filestuff.h"
 
 #include <signal.h>
 
This page took 0.023874 seconds and 4 git commands to generate.