remove redundant include of sys/time.h.
authorK. Richard Pixley <rich@cygnus>
Thu, 15 Oct 1992 06:38:03 +0000 (06:38 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 15 Oct 1992 06:38:03 +0000 (06:38 +0000)
gdb/ChangeLog
gdb/remote-vx.c

index e5dbad867ae24f4b1e39dbfea024c1aae39f8fac..511a67e2780c409a4b22c7ed86ac05e676cf469a 100644 (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.
 
index 74a2e9f32a9864b9623b2616bffc935ad53a6408..8ece43c3952961fade888e71d2fb16fb3602fc79 100644 (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 */
This page took 0.028541 seconds and 4 git commands to generate.