X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fser-pipe.c;h=bdc6b054c5d0d0a1ba70fab2be98b91d1755536e;hb=ef96a356b87730e05257297ad853ae4225c90c61;hp=cb94242745a5af48edabce5633440d19160c9403;hpb=481695ed5f6e0a8a9c9c50bfac1cdd2b3151e6c9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index cb94242745..bdc6b054c5 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -1,5 +1,5 @@ /* Serial interface for a pipe to a separate program - Copyright (C) 1999-2017 Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. Contributed by Cygnus Solutions. @@ -27,9 +27,9 @@ #include #include -#include "gdb_sys_time.h" +#include "gdbsupport/gdb_sys_time.h" #include -#include "filestuff.h" +#include "gdbsupport/filestuff.h" #include @@ -219,7 +219,6 @@ static const struct serial_ops pipe_ops = ser_base_copy_tty_state, ser_base_set_tty_state, ser_base_print_tty_state, - ser_base_noflush_set_tty_state, ser_base_setbaudrate, ser_base_setstopbits, ser_base_setparity,