From: Ian Lance Taylor Date: Sat, 19 Feb 1994 03:20:20 +0000 (+0000) Subject: * hp300ux-nat.c: Don't incloude , , or X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56173dc599f4133663486b6e4ffd600d79e9eb2f;p=binutils-gdb.git * hp300ux-nat.c: Don't incloude , , or ; not needed. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 662115c106b..618dbd280ad 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 18 22:17:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * hp300ux-nat.c: Don't incloude , , or + ; not needed. + Fri Feb 18 08:26:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * stack.c (print_frame_info): In "pathological" case, don't diff --git a/gdb/hp300ux-nat.c b/gdb/hp300ux-nat.c index af852fc14e8..002256bf0fb 100644 --- a/gdb/hp300ux-nat.c +++ b/gdb/hp300ux-nat.c @@ -24,10 +24,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Defining this means some system include files define some extra stuff. */ #define WOPR #include -#include #include #include -#include #include #include @@ -37,7 +35,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "gdbcore.h" #include -#include /* Get kernel_u_addr using HPUX-style nlist(). */ CORE_ADDR kernel_u_addr;