From 170d4f55ba6bffc819f0bf00767c9de68952b17e Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Thu, 15 Oct 1992 06:38:03 +0000 Subject: [PATCH] remove redundant include of sys/time.h. --- gdb/ChangeLog | 2 ++ gdb/remote-vx.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e5dbad867ae..511a67e2780 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Wed Oct 14 18:56:28 1992 K. Richard Pixley (rich@sendai.cygnus.com) + * remote-vx.c: remove redundant include of sys/time.h. + * infrun.c: include ctype.h. Otherwise some machines result in undefined for isdigit. diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c index 74a2e9f32a9..8ece43c3952 100644 --- a/gdb/remote-vx.c +++ b/gdb/remote-vx.c @@ -33,7 +33,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include -#include #include #define malloc bogon_malloc /* Sun claims "char *malloc()" not void * */ #define free bogon_free /* Sun claims "int free()" not void */ -- 2.30.2