Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / ser-unix.c
index 59a41be30a3080696fd8adb48d1f0d3c339bcfa9..5a9965bf744a0a67cd7c0a92a77c11b9f977d931 100644 (file)
@@ -1,6 +1,6 @@
 /* Serial interface for local (hardwired) serial ports on Un*x like systems
 
-   Copyright (C) 1992-2018 Free Software Foundation, Inc.
+   Copyright (C) 1992-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #include <sys/types.h>
 #include "terminal.h"
 #include <sys/socket.h>
-#include "gdb_sys_time.h"
+#include "common/gdb_sys_time.h"
 
 #include "gdb_select.h"
 #include "gdbcmd.h"
-#include "filestuff.h"
+#include "common/filestuff.h"
 #include <termios.h>
 
 struct hardwire_ttystate
This page took 0.024497 seconds and 4 git commands to generate.