aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/jcf-io.c1
2 files changed, 0 insertions, 5 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 79e38c7..7f74d05 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -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.
diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c
index 145b12d..e805d08 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 <stdlib.h>
-#include <string.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>