From ceacb162a14f40800cdee3f2ed485b7c4dbd594f Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 24 Aug 2001 12:19:59 +0000 Subject: [PATCH] * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h, config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant inclusion of . --- gdb/ChangeLog | 6 ++++++ gdb/config/i386/xm-i386aix.h | 2 -- gdb/config/m68k/xm-dpx2.h | 3 --- gdb/config/xm-lynx.h | 2 -- gdb/config/xm-nbsd.h | 4 ---- gdb/config/xm-sysv4.h | 4 ---- 6 files changed, 6 insertions(+), 15 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 750a11f..8c69596 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-08-24 Mark Kettenis + + * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h, + config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant + inclusion of . + 2001-08-24 Andrew Cagney * regcache.c (read_register_bytes): When REGISTER_NAME indicates diff --git a/gdb/config/i386/xm-i386aix.h b/gdb/config/i386/xm-i386aix.h index 3a28c28..842eadf 100644 --- a/gdb/config/i386/xm-i386aix.h +++ b/gdb/config/i386/xm-i386aix.h @@ -27,5 +27,3 @@ #undef HAVE_TERMIO #define HAVE_SGTTY - -#include diff --git a/gdb/config/m68k/xm-dpx2.h b/gdb/config/m68k/xm-dpx2.h index 108b390..4595c81 100644 --- a/gdb/config/m68k/xm-dpx2.h +++ b/gdb/config/m68k/xm-dpx2.h @@ -22,6 +22,3 @@ #define HAVE_TERMIOS #define USG - -/* Avoid redefinition errors */ -#include diff --git a/gdb/config/xm-lynx.h b/gdb/config/xm-lynx.h index 0224357..80ba275 100644 --- a/gdb/config/xm-lynx.h +++ b/gdb/config/xm-lynx.h @@ -17,5 +17,3 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -#include /* for INT_MIN */ diff --git a/gdb/config/xm-nbsd.h b/gdb/config/xm-nbsd.h index 282acdb..9a1f94a 100644 --- a/gdb/config/xm-nbsd.h +++ b/gdb/config/xm-nbsd.h @@ -22,10 +22,6 @@ define on some systems. */ #include -/* We have to include these files now, so that GDB will not make - competing definitions in defs.h. */ -#include - #include #if BYTE_ORDER == BIG_ENDIAN #define HOST_BYTE_ORDER BIG_ENDIAN diff --git a/gdb/config/xm-sysv4.h b/gdb/config/xm-sysv4.h index 5e77d15..614d403 100644 --- a/gdb/config/xm-sysv4.h +++ b/gdb/config/xm-sysv4.h @@ -27,7 +27,3 @@ /* SVR4 is a derivative of System V Release 3 (USG) */ #define USG - -/* We have to include these files now, so that GDB will not make - competing definitions in defs.h. */ -#include -- 2.7.4