diff options
author | Gary Benson <gbenson@redhat.com> | 2014-07-25 16:29:40 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-08-07 09:06:37 +0100 |
commit | d02f550d39f0229f7c190e6509b3b466f1a60732 (patch) | |
tree | 7da74f2311bae86fd3383aa460d8a955c1986bee /gdb/tui/tui-io.c | |
parent | Ensure coff-ppc local symbols are zero terminated (diff) | |
download | binutils-gdb-d02f550d39f0229f7c190e6509b3b466f1a60732.tar.gz binutils-gdb-d02f550d39f0229f7c190e6509b3b466f1a60732.tar.bz2 binutils-gdb-d02f550d39f0229f7c190e6509b3b466f1a60732.zip |
Move stdio.h to common-defs.h
This commit moves the inclusion of stdio.h to common-defs.h and
removes all other inclusions.
gdb/
2014-08-07 Gary Benson <gbenson@redhat.com>
* common/common-defs.h: Include stdio.h.
* defs.h: Do not include stdio.h.
* ada-lang.c: Likewise.
* common/buffer.c: Likewise.
* common/common-utils.c: Likewise.
* cp-name-parser.y: Likewise.
* gnu-nat.c: Likewise.
* go32-nat.c: Likewise.
* i386gnu-nat.c: Likewise.
* proc-api.c: Likewise.
* proc-events.c: Likewise.
* proc-flags.c: Likewise.
* proc-why.c: Likewise.
* python/python-internal.h: Likewise.
* target-memory.c: Likewise.
* tui/tui-io.c: Likewise.
* tui/tui.c: Likewise.
gdb/gdbserver/
2014-08-07 Gary Benson <gbenson@redhat.com>
* server.h: Do not include stdio.h.
* linux-low.c: Likewise.
* remote-utils.c: Likewise.
* spu-low.c: Likewise.
* utils.c: Likewise.
* wincecompat.c: Likewise.
Diffstat (limited to 'gdb/tui/tui-io.c')
-rw-r--r-- | gdb/tui/tui-io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index 75eb4b85071..a890678d317 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -36,7 +36,6 @@ #include "cli-out.h" #include <fcntl.h> #include <signal.h> -#include <stdio.h> #include "filestuff.h" #include "gdb_curses.h" |