Index: auxv.c =================================================================== RCS file: /cvs/src/src/gdb/auxv.c,v retrieving revision 1.5 diff -u -r1.5 auxv.c --- auxv.c 17 Dec 2005 22:33:59 -0000 1.5 +++ auxv.c 21 Feb 2006 02:08:36 -0000 @@ -31,7 +31,6 @@ #include "elf/common.h" #include -#include /* This function is called like a to_xfer_partial hook, Index: bsd-kvm.c =================================================================== RCS file: /cvs/src/src/gdb/bsd-kvm.c,v retrieving revision 1.16 diff -u -r1.16 bsd-kvm.c --- bsd-kvm.c 17 Dec 2005 22:33:59 -0000 1.16 +++ bsd-kvm.c 21 Feb 2006 02:08:36 -0000 @@ -29,7 +29,6 @@ #include "gdbcore.h" /* for get_exec_file */ #include "gdb_assert.h" -#include #include #ifdef HAVE_NLIST_H #include Index: core-regset.c =================================================================== RCS file: /cvs/src/src/gdb/core-regset.c,v retrieving revision 1.12 diff -u -r1.12 core-regset.c --- core-regset.c 17 Dec 2005 22:33:59 -0000 1.12 +++ core-regset.c 21 Feb 2006 02:08:39 -0000 @@ -35,7 +35,6 @@ #include "inferior.h" #include "target.h" -#include #include #include "gdb_string.h" #include Index: corefile.c =================================================================== RCS file: /cvs/src/src/gdb/corefile.c,v retrieving revision 1.37 diff -u -r1.37 corefile.c --- corefile.c 10 Jan 2006 23:01:44 -0000 1.37 +++ corefile.c 21 Feb 2006 02:08:39 -0000 @@ -25,7 +25,6 @@ #include "gdb_string.h" #include #include -#include #include "inferior.h" #include "symtab.h" #include "command.h" Index: corelow.c =================================================================== RCS file: /cvs/src/src/gdb/corelow.c,v retrieving revision 1.54 diff -u -r1.54 corelow.c --- corelow.c 24 Jan 2006 22:34:34 -0000 1.54 +++ corelow.c 21 Feb 2006 02:08:39 -0000 @@ -26,7 +26,6 @@ #include "gdb_string.h" #include #include -#include #ifdef HAVE_SYS_FILE_H #include /* needed for F_OK and friends */ #endif @@ -47,9 +46,6 @@ #include "exceptions.h" #include "solib.h" -#ifndef O_BINARY -#define O_BINARY 0 -#endif #ifndef O_LARGEFILE #define O_LARGEFILE 0 Index: dbxread.c =================================================================== RCS file: /cvs/src/src/gdb/dbxread.c,v retrieving revision 1.81 diff -u -r1.81 dbxread.c --- dbxread.c 17 Dec 2005 22:33:59 -0000 1.81 +++ dbxread.c 21 Feb 2006 02:08:39 -0000 @@ -39,7 +39,6 @@ #if defined(__CYGNUSCLIB__) #include -#include #endif #include "gdb_obstack.h" Index: dwarf2read.c =================================================================== RCS file: /cvs/src/src/gdb/dwarf2read.c,v retrieving revision 1.191 diff -u -r1.191 dwarf2read.c --- dwarf2read.c 17 Jan 2006 22:30:29 -0000 1.191 +++ dwarf2read.c 21 Feb 2006 02:08:40 -0000 @@ -49,7 +49,6 @@ #include "command.h" #include "gdbcmd.h" -#include #include "gdb_string.h" #include "gdb_assert.h" #include Index: dwarfread.c =================================================================== RCS file: /cvs/src/src/gdb/dwarfread.c,v retrieving revision 1.45 diff -u -r1.45 dwarfread.c --- dwarfread.c 17 Dec 2005 22:33:59 -0000 1.45 +++ dwarfread.c 21 Feb 2006 02:08:40 -0000 @@ -122,7 +122,6 @@ #include "language.h" #include "complaints.h" -#include #include "gdb_string.h" /* Some macros to provide DIE info for complaints. */ Index: exec.c =================================================================== RCS file: /cvs/src/src/gdb/exec.c,v retrieving revision 1.59 diff -u -r1.59 exec.c --- exec.c 17 Dec 2005 22:33:59 -0000 1.59 +++ exec.c 21 Feb 2006 02:08:41 -0000 @@ -34,7 +34,6 @@ #include "exec.h" #include "observer.h" -#include #include "readline/readline.h" #include "gdb_string.h" @@ -42,9 +41,6 @@ #include #include "gdb_stat.h" -#ifndef O_BINARY -#define O_BINARY 0 -#endif #include "xcoffsolib.h" Index: go32-nat.c =================================================================== RCS file: /cvs/src/src/gdb/go32-nat.c,v retrieving revision 1.48 diff -u -r1.48 go32-nat.c --- go32-nat.c 24 Jan 2006 22:09:28 -0000 1.48 +++ go32-nat.c 21 Feb 2006 02:08:41 -0000 @@ -20,7 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include #include "defs.h" #include "inferior.h" Index: hpux-thread.c =================================================================== RCS file: /cvs/src/src/gdb/hpux-thread.c,v retrieving revision 1.32 diff -u -r1.32 hpux-thread.c --- hpux-thread.c 17 Dec 2005 22:34:01 -0000 1.32 +++ hpux-thread.c 21 Feb 2006 02:08:41 -0000 @@ -43,7 +43,6 @@ #include "target.h" #include "inferior.h" #include "regcache.h" -#include #include #include "gdb_stat.h" #include "gdbcore.h" Index: i386v-nat.c =================================================================== RCS file: /cvs/src/src/gdb/i386v-nat.c,v retrieving revision 1.16 diff -u -r1.16 i386v-nat.c --- i386v-nat.c 17 Dec 2005 22:34:01 -0000 1.16 +++ i386v-nat.c 21 Feb 2006 02:08:41 -0000 @@ -40,7 +40,6 @@ #include #include #include -#include #ifdef TARGET_HAS_HARDWARE_WATCHPOINTS #include Index: inflow.c =================================================================== RCS file: /cvs/src/src/gdb/inflow.c,v retrieving revision 1.31 diff -u -r1.31 inflow.c --- inflow.c 17 Dec 2005 22:34:01 -0000 1.31 +++ inflow.c 21 Feb 2006 02:08:41 -0000 @@ -31,7 +31,6 @@ #include "gdb_string.h" #include -#include #ifdef HAVE_SYS_SELECT_H #include #endif Index: inftarg.c =================================================================== RCS file: /cvs/src/src/gdb/inftarg.c,v retrieving revision 1.47 diff -u -r1.47 inftarg.c --- inftarg.c 24 Jan 2006 22:34:34 -0000 1.47 +++ inftarg.c 21 Feb 2006 02:08:42 -0000 @@ -33,7 +33,6 @@ #include "gdb_stat.h" #include #include -#include #include "gdb_wait.h" #include "inflow.h" Index: linux-nat.c =================================================================== RCS file: /cvs/src/src/gdb/linux-nat.c,v retrieving revision 1.36 diff -u -r1.36 linux-nat.c --- linux-nat.c 4 Jan 2006 19:34:58 -0000 1.36 +++ linux-nat.c 21 Feb 2006 02:08:42 -0000 @@ -45,7 +45,6 @@ #include /* for isdigit */ #include "gdbthread.h" /* for struct thread_info etc. */ #include "gdb_stat.h" /* for struct stat */ -#include /* for O_RDONLY */ #ifndef O_LARGEFILE #define O_LARGEFILE 0 Index: m68klinux-nat.c =================================================================== RCS file: /cvs/src/src/gdb/m68klinux-nat.c,v retrieving revision 1.30 diff -u -r1.30 m68klinux-nat.c --- m68klinux-nat.c 17 Dec 2005 22:34:01 -0000 1.30 +++ m68klinux-nat.c 21 Feb 2006 02:08:42 -0000 @@ -38,7 +38,6 @@ #include #include #include -#include #include #ifdef HAVE_SYS_REG_H Index: nto-procfs.c =================================================================== RCS file: /cvs/src/src/gdb/nto-procfs.c,v retrieving revision 1.17 diff -u -r1.17 nto-procfs.c --- nto-procfs.c 24 Jan 2006 22:09:28 -0000 1.17 +++ nto-procfs.c 21 Feb 2006 02:08:42 -0000 @@ -24,7 +24,6 @@ #include "defs.h" -#include #include #include #include Index: objfiles.c =================================================================== RCS file: /cvs/src/src/gdb/objfiles.c,v retrieving revision 1.63 diff -u -r1.63 objfiles.c --- objfiles.c 6 Jan 2006 16:23:35 -0000 1.63 +++ objfiles.c 21 Feb 2006 02:08:42 -0000 @@ -37,7 +37,6 @@ #include "gdb_assert.h" #include #include "gdb_stat.h" -#include #include "gdb_obstack.h" #include "gdb_string.h" #include "hashtab.h" Index: ocd.c =================================================================== RCS file: /cvs/src/src/gdb/ocd.c,v retrieving revision 1.43 diff -u -r1.43 ocd.c --- ocd.c 24 Jan 2006 22:09:28 -0000 1.43 +++ ocd.c 21 Feb 2006 02:08:42 -0000 @@ -23,7 +23,6 @@ #include "defs.h" #include "gdbcore.h" #include "gdb_string.h" -#include #include "frame.h" #include "inferior.h" #include "bfd.h" Index: ppc-bdm.c =================================================================== RCS file: /cvs/src/src/gdb/ppc-bdm.c,v retrieving revision 1.28 diff -u -r1.28 ppc-bdm.c --- ppc-bdm.c 17 Dec 2005 22:34:01 -0000 1.28 +++ ppc-bdm.c 21 Feb 2006 02:08:42 -0000 @@ -23,7 +23,6 @@ #include "defs.h" #include "gdbcore.h" #include "gdb_string.h" -#include #include "frame.h" #include "inferior.h" #include "bfd.h" Index: ppc-linux-nat.c =================================================================== RCS file: /cvs/src/src/gdb/ppc-linux-nat.c,v retrieving revision 1.56 diff -u -r1.56 ppc-linux-nat.c --- ppc-linux-nat.c 17 Dec 2005 22:34:01 -0000 1.56 +++ ppc-linux-nat.c 21 Feb 2006 02:08:42 -0000 @@ -36,7 +36,6 @@ #include #include #include "gdb_wait.h" -#include #include #include Index: proc-api.c =================================================================== RCS file: /cvs/src/src/gdb/proc-api.c,v retrieving revision 1.25 diff -u -r1.25 proc-api.c --- proc-api.c 17 Dec 2005 22:34:01 -0000 1.25 +++ proc-api.c 21 Feb 2006 02:08:43 -0000 @@ -45,7 +45,6 @@ #ifdef HAVE_SYS_USER_H #include /* for struct user */ #endif -#include /* for O_RDWR etc. */ #include "gdb_wait.h" #include "proc-utils.h" Index: procfs.c =================================================================== RCS file: /cvs/src/src/gdb/procfs.c,v retrieving revision 1.68 diff -u -r1.68 procfs.c --- procfs.c 24 Jan 2006 22:09:28 -0000 1.68 +++ procfs.c 21 Feb 2006 02:08:45 -0000 @@ -93,7 +93,6 @@ #include "gdb_dirent.h" /* opendir/readdir, for listing the LWP's */ #endif -#include /* for O_RDONLY */ #include /* for "X_OK" */ #include "gdb_stat.h" /* for struct stat */ Index: remote-fileio.c =================================================================== RCS file: /cvs/src/src/gdb/remote-fileio.c,v retrieving revision 1.17 diff -u -r1.17 remote-fileio.c --- remote-fileio.c 17 Jan 2006 14:47:31 -0000 1.17 +++ remote-fileio.c 21 Feb 2006 02:08:45 -0000 @@ -31,7 +31,6 @@ #include "exceptions.h" #include "remote-fileio.h" -#include #include #ifdef __CYGWIN__ #include /* For cygwin_conv_to_full_posix_path. */ Index: remote-rdp.c =================================================================== RCS file: /cvs/src/src/gdb/remote-rdp.c,v retrieving revision 1.47 diff -u -r1.47 remote-rdp.c --- remote-rdp.c 24 Jan 2006 22:09:28 -0000 1.47 +++ remote-rdp.c 21 Feb 2006 02:08:45 -0000 @@ -44,7 +44,6 @@ #include "gdb/callback.h" #include "command.h" #include -#include #include "symfile.h" #include "remote-utils.h" #include "gdb_string.h" @@ -791,9 +790,6 @@ #define SWI_GenerateError 0x71 -#ifndef O_BINARY -#define O_BINARY 0 -#endif static int translate_open_mode[] = { Index: remote-sds.c =================================================================== RCS file: /cvs/src/src/gdb/remote-sds.c,v retrieving revision 1.42 diff -u -r1.42 remote-sds.c --- remote-sds.c 24 Jan 2006 22:09:28 -0000 1.42 +++ remote-sds.c 21 Feb 2006 02:08:45 -0000 @@ -27,7 +27,6 @@ #include "defs.h" #include "gdb_string.h" -#include #include "frame.h" #include "inferior.h" #include "exceptions.h" Index: remote-sim.c =================================================================== RCS file: /cvs/src/src/gdb/remote-sim.c,v retrieving revision 1.52 diff -u -r1.52 remote-sim.c --- remote-sim.c 24 Jan 2006 22:09:28 -0000 1.52 +++ remote-sim.c 21 Feb 2006 02:08:45 -0000 @@ -28,7 +28,6 @@ #include "value.h" #include "gdb_string.h" #include -#include #include #include #include Index: remote.c =================================================================== RCS file: /cvs/src/src/gdb/remote.c,v retrieving revision 1.200 diff -u -r1.200 remote.c --- remote.c 24 Jan 2006 22:34:34 -0000 1.200 +++ remote.c 21 Feb 2006 02:08:45 -0000 @@ -26,7 +26,6 @@ #include "defs.h" #include "gdb_string.h" #include -#include #include "inferior.h" #include "bfd.h" #include "symfile.h" Index: rs6000-nat.c =================================================================== RCS file: /cvs/src/src/gdb/rs6000-nat.c,v retrieving revision 1.60 diff -u -r1.60 rs6000-nat.c --- rs6000-nat.c 17 Dec 2005 22:34:02 -0000 1.60 +++ rs6000-nat.c 21 Feb 2006 02:08:46 -0000 @@ -45,7 +45,6 @@ #include #include #include -#include #include #include Index: ser-pipe.c =================================================================== RCS file: /cvs/src/src/gdb/ser-pipe.c,v retrieving revision 1.17 diff -u -r1.17 ser-pipe.c --- ser-pipe.c 17 Dec 2005 22:34:02 -0000 1.17 +++ ser-pipe.c 21 Feb 2006 02:08:46 -0000 @@ -30,7 +30,6 @@ #include #include #include -#include #include "gdb_string.h" #include Index: ser-unix.c =================================================================== RCS file: /cvs/src/src/gdb/ser-unix.c,v retrieving revision 1.26 diff -u -r1.26 ser-unix.c --- ser-unix.c 17 Dec 2005 22:34:02 -0000 1.26 +++ ser-unix.c 21 Feb 2006 02:08:46 -0000 @@ -25,7 +25,6 @@ #include "ser-base.h" #include "ser-unix.h" -#include #include #include "terminal.h" #include Index: sol-thread.c =================================================================== RCS file: /cvs/src/src/gdb/sol-thread.c,v retrieving revision 1.51 diff -u -r1.51 sol-thread.c --- sol-thread.c 17 Dec 2005 22:34:02 -0000 1.51 +++ sol-thread.c 21 Feb 2006 02:08:46 -0000 @@ -58,7 +58,6 @@ #include "gdbthread.h" #include "target.h" #include "inferior.h" -#include #include "gdb_stat.h" #include #include "gdbcmd.h" Index: solib-aix5.c =================================================================== RCS file: /cvs/src/src/gdb/solib-aix5.c,v retrieving revision 1.18 diff -u -r1.18 solib-aix5.c --- solib-aix5.c 17 Dec 2005 22:34:02 -0000 1.18 +++ solib-aix5.c 21 Feb 2006 02:08:46 -0000 @@ -26,7 +26,6 @@ #include #include "gdb_string.h" #include -#include #include #include "elf/external.h" Index: solib-sunos.c =================================================================== RCS file: /cvs/src/src/gdb/solib-sunos.c,v retrieving revision 1.20 diff -u -r1.20 solib-sunos.c --- solib-sunos.c 17 Dec 2005 22:34:02 -0000 1.20 +++ solib-sunos.c 21 Feb 2006 02:08:46 -0000 @@ -26,7 +26,6 @@ #include #include "gdb_string.h" #include -#include /* SunOS shared libs need the nlist structure. */ #include Index: source.c =================================================================== RCS file: /cvs/src/src/gdb/source.c,v retrieving revision 1.72 diff -u -r1.72 source.c --- source.c 15 Jan 2006 19:09:30 -0000 1.72 +++ source.c 21 Feb 2006 02:08:47 -0000 @@ -33,7 +33,6 @@ #include #include "gdb_string.h" #include "gdb_stat.h" -#include #include "gdbcore.h" #include "gdb_regex.h" #include "symfile.h" @@ -46,9 +45,6 @@ #include "ui-out.h" #include "readline/readline.h" -#ifndef O_BINARY -#define O_BINARY 0 -#endif #define OPEN_MODE (O_RDONLY | O_BINARY) #define FDOPEN_MODE FOPEN_RB Index: symfile.c =================================================================== RCS file: /cvs/src/src/gdb/symfile.c,v retrieving revision 1.165 diff -u -r1.165 symfile.c --- symfile.c 15 Jan 2006 19:50:03 -0000 1.165 +++ symfile.c 21 Feb 2006 02:08:47 -0000 @@ -53,16 +53,12 @@ #include "exec.h" #include -#include #include "gdb_string.h" #include "gdb_stat.h" #include #include #include -#ifndef O_BINARY -#define O_BINARY 0 -#endif int (*deprecated_ui_load_progress_hook) (const char *section, unsigned long num); void (*deprecated_show_load_progress) (const char *section, Index: symtab.c =================================================================== RCS file: /cvs/src/src/gdb/symtab.c,v retrieving revision 1.146 diff -u -r1.146 symtab.c --- symtab.c 17 Dec 2005 22:34:03 -0000 1.146 +++ symtab.c 21 Feb 2006 02:08:48 -0000 @@ -50,7 +50,6 @@ #include "dictionary.h" #include -#include #include "gdb_string.h" #include "gdb_stat.h" #include Index: uw-thread.c =================================================================== RCS file: /cvs/src/src/gdb/uw-thread.c,v retrieving revision 1.14 diff -u -r1.14 uw-thread.c --- uw-thread.c 17 Dec 2005 22:34:03 -0000 1.14 +++ uw-thread.c 21 Feb 2006 02:08:48 -0000 @@ -102,7 +102,6 @@ #include "target.h" #include "inferior.h" #include "regcache.h" -#include /* includes , which requires boolean_t from , which doesn't typedef boolean_t with gcc. */ Index: win32-nat.c =================================================================== RCS file: /cvs/src/src/gdb/win32-nat.c,v retrieving revision 1.119 diff -u -r1.119 win32-nat.c --- win32-nat.c 24 Jan 2006 22:09:28 -0000 1.119 +++ win32-nat.c 21 Feb 2006 02:08:48 -0000 @@ -39,7 +39,6 @@ #include "top.h" #include #include -#include #include #include #include Index: wince.c =================================================================== RCS file: /cvs/src/src/gdb/wince.c,v retrieving revision 1.44 diff -u -r1.44 wince.c --- wince.c 24 Jan 2006 22:09:28 -0000 1.44 +++ wince.c 21 Feb 2006 02:08:48 -0000 @@ -39,7 +39,6 @@ #include "command.h" #include #include -#include #include #include Index: xcoffread.c =================================================================== RCS file: /cvs/src/src/gdb/xcoffread.c,v retrieving revision 1.48 diff -u -r1.48 xcoffread.c --- xcoffread.c 2 Jan 2006 04:31:57 -0000 1.48 +++ xcoffread.c 21 Feb 2006 02:08:49 -0000 @@ -26,7 +26,6 @@ #include "bfd.h" #include -#include #include #include "gdb_string.h" Index: cli/cli-cmds.c =================================================================== RCS file: /cvs/src/src/gdb/cli/cli-cmds.c,v retrieving revision 1.64 diff -u -r1.64 cli-cmds.c --- cli/cli-cmds.c 23 Jan 2006 16:28:37 -0000 1.64 +++ cli/cli-cmds.c 21 Feb 2006 02:08:51 -0000 @@ -51,7 +51,6 @@ #include "tui/tui.h" /* For tui_active et.al. */ #endif -#include /* Prototypes for local command functions */ Index: gdbtk/generic/gdbtk-cmds.c =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-cmds.c,v retrieving revision 1.91 diff -u -r1.91 gdbtk-cmds.c --- gdbtk/generic/gdbtk-cmds.c 23 Dec 2005 18:23:15 -0000 1.91 +++ gdbtk/generic/gdbtk-cmds.c 21 Feb 2006 02:08:55 -0000 @@ -55,7 +55,6 @@ #include "gdbtk-cmds.h" #include -#include #include #include #include Index: gdbtk/generic/gdbtk-hooks.c =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-hooks.c,v retrieving revision 1.41 diff -u -r1.41 gdbtk-hooks.c --- gdbtk/generic/gdbtk-hooks.c 23 Dec 2005 18:23:16 -0000 1.41 +++ gdbtk/generic/gdbtk-hooks.c 21 Feb 2006 02:08:55 -0000 @@ -50,7 +50,6 @@ #include "gdbtk.h" #include -#include #include #include Index: gdbtk/generic/gdbtk.c =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk.c,v retrieving revision 1.44 diff -u -r1.44 gdbtk.c --- gdbtk/generic/gdbtk.c 23 Dec 2005 18:23:16 -0000 1.44 +++ gdbtk/generic/gdbtk.c 21 Feb 2006 02:08:55 -0000 @@ -47,7 +47,6 @@ #include "guitcl.h" #include "gdbtk.h" -#include #include #include #include Index: tui/tui-hooks.c =================================================================== RCS file: /cvs/src/src/gdb/tui/tui-hooks.c,v retrieving revision 1.26 diff -u -r1.26 tui-hooks.c --- tui/tui-hooks.c 23 Dec 2005 19:10:02 -0000 1.26 +++ tui/tui-hooks.c 21 Feb 2006 02:09:11 -0000 @@ -36,7 +36,6 @@ #include "ui-out.h" #include "top.h" #include -#include #include "tui/tui.h" #include "tui/tui-hooks.h" Index: tui/tui-io.c =================================================================== RCS file: /cvs/src/src/gdb/tui/tui-io.c,v retrieving revision 1.13 diff -u -r1.13 tui-io.c --- tui/tui-io.c 23 Dec 2005 19:10:02 -0000 1.13 +++ tui/tui-io.c 21 Feb 2006 02:09:12 -0000 @@ -37,7 +37,6 @@ #include "tui/tui-file.h" #include "ui-out.h" #include "cli-out.h" -#include #include #include Index: tui/tui.c =================================================================== RCS file: /cvs/src/src/gdb/tui/tui.c,v retrieving revision 1.55 diff -u -r1.55 tui.c --- tui/tui.c 23 Dec 2005 19:10:03 -0000 1.55 +++ tui/tui.c 21 Feb 2006 02:09:12 -0000 @@ -45,7 +45,6 @@ #include #include #include -#include #if 0 #include #endif