diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 662115c106..618dbd280a 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 af852fc14e..002256bf0f 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;