From: Jeffrey A Law Date: Tue, 2 Feb 1999 18:53:29 +0000 (+0000) Subject: * jcf-io.c: Do not include sys/stat.h or sys/wait.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d6dbe51999a2b8101f50f15ab98c7ac094b9b14;p=gcc.git * jcf-io.c: Do not include sys/stat.h or sys/wait.h From-SVN: r24978 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 9535cb629f5..bdb8a8691c2 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 2 19:49:12 1999 Jeffrey A Law (law@cygnus.com) + + * jcf-io.c: Do not include sys/stat.h or sys/wait.h + Tue Feb 2 20:04:50 1999 Kaveh R. Ghazi * jvspec.c (xmalloc): Fix the prototype to match the one obtained diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c index 52f62c7f567..e1ccccf30f2 100644 --- a/gcc/java/jcf-io.c +++ b/gcc/java/jcf-io.c @@ -26,8 +26,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "jcf.h" -#include -#include /* DOS brain-damage */ #ifndef O_BINARY