X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Ffork-child.c;h=4c316b1736cef035caa5e6e3f4f88445a3f8601e;hb=d4f3a0e91896a0aad797e221ba6876ba7f0cd05c;hp=61785fe97f7f5f2b1d7f7d89b1a3442a5f42a114;hpb=0e9f083f4cb94a9dc861f38ba151aac06efce2b8;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/fork-child.c b/gdb/fork-child.c index 61785fe..4c316b1 100644 --- a/gdb/fork-child.c +++ b/gdb/fork-child.c @@ -1,6 +1,6 @@ /* Fork a Unix child process, and set up to debug it, for GDB. - Copyright (C) 1990-2013 Free Software Foundation, Inc. + Copyright (C) 1990-2014 Free Software Foundation, Inc. Contributed by Cygnus Support. @@ -20,14 +20,12 @@ along with this program. If not, see . */ #include "defs.h" -#include #include "inferior.h" #include "terminal.h" #include "target.h" #include "gdb_wait.h" #include "gdb_vfork.h" #include "gdbcore.h" -#include "terminal.h" #include "gdbthread.h" #include "command.h" /* for dont_repeat () */ #include "gdbcmd.h"