remove redundant include of sys/time.h.

This commit is contained in:
K. Richard Pixley 1992-10-15 06:38:03 +00:00
parent a6b98cb90a
commit 170d4f55ba
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -33,7 +33,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <signal.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
#define malloc bogon_malloc /* Sun claims "char *malloc()" not void * */
#define free bogon_free /* Sun claims "int free()" not void */