From 6d6dbe51999a2b8101f50f15ab98c7ac094b9b14 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Tue, 2 Feb 1999 18:53:29 +0000 Subject: [PATCH] * jcf-io.c: Do not include sys/stat.h or sys/wait.h From-SVN: r24978 --- gcc/java/ChangeLog | 4 ++++ gcc/java/jcf-io.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2