Move stdio.h to common-defs.h
authorGary Benson <gbenson@redhat.com>
Fri, 25 Jul 2014 15:29:40 +0000 (16:29 +0100)
committerGary Benson <gbenson@redhat.com>
Thu, 7 Aug 2014 08:06:37 +0000 (09:06 +0100)
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.

25 files changed:
gdb/ChangeLog
gdb/ada-lang.c
gdb/common/buffer.c
gdb/common/common-defs.h
gdb/common/common-utils.c
gdb/cp-name-parser.y
gdb/defs.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/remote-utils.c
gdb/gdbserver/server.h
gdb/gdbserver/spu-low.c
gdb/gdbserver/utils.c
gdb/gdbserver/wincecompat.c
gdb/gnu-nat.c
gdb/go32-nat.c
gdb/i386gnu-nat.c
gdb/proc-api.c
gdb/proc-events.c
gdb/proc-flags.c
gdb/proc-why.c
gdb/python/python-internal.h
gdb/target-memory.c
gdb/tui/tui-io.c
gdb/tui/tui.c

index c667f3e..a6a46d9 100644 (file)
@@ -1,3 +1,23 @@
+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.
+
 2014-08-06  Simon Marchi  <simon.marchi@ericsson.com>
 
        * solib-svr4.c (scan_dyntag): Rename dyntag and dyn_tag variables.
index 6956909..bf39f6b 100644 (file)
@@ -19,7 +19,6 @@
 
 
 #include "defs.h"
-#include <stdio.h>
 #include <string.h>
 #include <ctype.h>
 #include <stdarg.h>
index 4d9edb8..a50c890 100644 (file)
@@ -29,7 +29,6 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <stdio.h>
 #include <stdint.h>
 
 void
index 9e397d9..0fc7af5 100644 (file)
@@ -27,4 +27,6 @@
 #include "build-gnulib/config.h"
 #endif
 
+#include <stdio.h>
+
 #endif /* COMMON_DEFS_H */
index 29fe2c5..41ef289 100644 (file)
@@ -27,7 +27,6 @@
 #include <string.h>
 
 #include <stdlib.h>
-#include <stdio.h>
 
 /* The xmalloc() (libiberty.h) family of memory management routines.
 
index 7d9d925..6a9d13d 100644 (file)
@@ -31,7 +31,6 @@
 
 #include "defs.h"
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
index 422c4e8..49e45b8 100644 (file)
@@ -28,7 +28,6 @@
 #include "common-defs.h"
 
 #include <sys/types.h>
-#include <stdio.h>
 #include <errno.h>             /* System call error return status.  */
 #include <limits.h>
 #include <stdint.h>
index 4508621..abdda14 100644 (file)
@@ -1,3 +1,12 @@
+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.
+
 2014-08-06  Gary Benson  <gbenson@redhat.com>
 
        * regcache.c (init_register_cache): Move conditionals inside if.
index e65e276..b309289 100644 (file)
@@ -24,7 +24,6 @@
 #include "nat/linux-nat.h"
 #include "nat/linux-waitpid.h"
 #include "gdb_wait.h"
-#include <stdio.h>
 #include <sys/ptrace.h>
 #include "nat/linux-ptrace.h"
 #include "nat/linux-procfs.h"
index 4fcafa0..96d6038 100644 (file)
@@ -24,7 +24,6 @@
 #include "dll.h"
 #include "rsp-low.h"
 
-#include <stdio.h>
 #include <string.h>
 #if HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
index ef66a32..743a368 100644 (file)
@@ -30,7 +30,6 @@
 #include "version.h"
 
 #include <stdarg.h>
-#include <stdio.h>
 #include <stdlib.h>
 #ifdef HAVE_ERRNO_H
 #include <errno.h>
index 9bb0c40..67ff147 100644 (file)
@@ -21,7 +21,6 @@
 #include "server.h"
 
 #include "gdb_wait.h"
-#include <stdio.h>
 #include <sys/ptrace.h>
 #include <fcntl.h>
 #include <string.h>
index 2d0b331..b87bcc9 100644 (file)
@@ -17,7 +17,6 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "server.h"
-#include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #if HAVE_ERRNO_H
index 68f6aa9..7d45b30 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "server.h"
 
-#include <stdio.h>
 #include <windows.h>
 
 void
index 176f4a1..a2de2f1 100644 (file)
@@ -27,7 +27,6 @@
 #include <limits.h>
 #include <setjmp.h>
 #include <signal.h>
-#include <stdio.h>
 #include <string.h>
 #include <sys/ptrace.h>
 
index b2570e8..42133d6 100644 (file)
 #include "cli/cli-utils.h"
 #include "inf-child.h"
 
-#include <stdio.h>             /* might be required for __DJGPP_MINOR__ */
 #include <stdlib.h>
 #include <ctype.h>
 #include <errno.h>
index d0a610b..23a70b3 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "gdb_assert.h"
 #include <errno.h>
-#include <stdio.h>
 #include <string.h>
 
 #include <mach.h>
index 2ae7b84..c4aecc4 100644 (file)
@@ -34,7 +34,6 @@
 #define _STRUCTURED_PROC 1
 #endif
 
-#include <stdio.h>
 #include <sys/types.h>
 #include <sys/procfs.h>
 #ifdef HAVE_SYS_PROC_H
index 68f004f..bc494c3 100644 (file)
@@ -34,7 +34,6 @@
 #define _STRUCTURED_PROC 1
 #endif
 
-#include <stdio.h>
 #include <sys/types.h>
 #include <sys/procfs.h>
 #ifdef HAVE_SYS_SYSCALL_H
index 7c37e35..31af26d 100644 (file)
@@ -31,7 +31,6 @@
 #define _STRUCTURED_PROC 1
 #endif
 
-#include <stdio.h>
 #include <sys/types.h>
 #include <sys/procfs.h>
 
index 72c28e1..c053c9e 100644 (file)
@@ -24,7 +24,6 @@
 #define _STRUCTURED_PROC 1
 #endif
 
-#include <stdio.h>
 #include <sys/types.h>
 #include <sys/procfs.h>
 
index b7298d9..6e7e600 100644 (file)
@@ -62,8 +62,6 @@
 #define CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION
 #endif
 
-#include <stdio.h>
-
 /* Python 2.4 doesn't include stdint.h soon enough to get {u,}intptr_t
    needed by pyport.h.  */
 #include <stdint.h>
index 1c6cd40..583d337 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "gdb_assert.h"
 
-#include <stdio.h>
 #include <sys/time.h>
 
 static int
index 75eb4b8..a890678 100644 (file)
@@ -36,7 +36,6 @@
 #include "cli-out.h"
 #include <fcntl.h>
 #include <signal.h>
-#include <stdio.h>
 #include "filestuff.h"
 
 #include "gdb_curses.h"
index c30b76c..413ec20 100644 (file)
@@ -38,7 +38,6 @@
 #include "symtab.h"
 #include "source.h"
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
 #include <signal.h>