Revert previous patch.
authorJeff Law <law@gcc.gnu.org>
Sun, 13 Sep 1998 21:12:44 +0000 (15:12 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 13 Sep 1998 21:12:44 +0000 (15:12 -0600)
From-SVN: r22405

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

index 79e38c709179f44cc137016c8f8713283c10093e..7f74d05a5f4e7e6f492890b2ec53d626d4b3cc43 100644 (file)
@@ -1,7 +1,3 @@
-1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
-
-       * jcf-io.c: Include string.h.
-
 Thu Sep 10 10:33:31 1998  Jeffrey A Law  (law@cygnus.com)
 
        * Make-lang.in (GCJ): Define before using.
index 145b12dad5350e991779eb7e3fd2f22f9cc84096..e805d08dbb4e2a59d02c6200ad961cb5773e7f7e 100644 (file)
@@ -29,7 +29,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #include "jcf.h"
 #ifdef __STDC__
 #include <stdlib.h>
-#include <string.h>
 #endif
 #include <sys/types.h>
 #include <sys/stat.h>