OSDN Git Service

Revert previous patch.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Sep 1998 21:12:44 +0000 (21:12 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Sep 1998 21:12:44 +0000 (21:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22405 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 79e38c7..7f74d05 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 145b12d..e805d08 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>