* jcf-io.c: Do not include sys/stat.h or sys/wait.h
authorJeffrey A Law <law@cygnus.com>
Tue, 2 Feb 1999 18:53:29 +0000 (18:53 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 2 Feb 1999 18:53:29 +0000 (11:53 -0700)
From-SVN: r24978

gcc/java/ChangeLog
gcc/java/jcf-io.c

index 9535cb629f51e35d917db23e67b3f9786609260c..bdb8a8691c24835fea9b88e46e9177060404baaf 100644 (file)
@@ -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  <ghazi@caip.rutgers.edu>
 
        * jvspec.c (xmalloc): Fix the prototype to match the one obtained
index 52f62c7f56757ba7ed6fe0a093cae677cc7be9d7..e1ccccf30f202ada4ddbaea162653dc30e65f9cb 100644 (file)
@@ -26,8 +26,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #include "system.h"
 
 #include "jcf.h"
-#include <sys/stat.h>
-#include <sys/wait.h>
 
 /* DOS brain-damage */
 #ifndef O_BINARY