OSDN Git Service

* jcf-io.c: Do not include sys/stat.h or sys/wait.h
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Feb 1999 18:53:29 +0000 (18:53 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Feb 1999 18:53:29 +0000 (18:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24978 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 9535cb6..bdb8a86 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 52f62c7..e1ccccf 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