From 51568a9c4c435b9ee9e629b08ce845004c3f933e Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 13 Sep 1998 15:12:44 -0600 Subject: [PATCH] Revert previous patch. From-SVN: r22405 --- gcc/java/ChangeLog | 4 ---- gcc/java/jcf-io.c | 1 - 2 files changed, 5 deletions(-) diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 79e38c70917..7f74d05a5f4 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,7 +1,3 @@ -1998-09-13 David S. Miller - - * 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. diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c index 145b12dad53..e805d08dbb4 100644 --- a/gcc/java/jcf-io.c +++ b/gcc/java/jcf-io.c @@ -29,7 +29,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "jcf.h" #ifdef __STDC__ #include -#include #endif #include #include -- 2.30.2