diff options
Diffstat (limited to 'gcc/java/mangle.c')
-rw-r--r-- | gcc/java/mangle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/mangle.c b/gcc/java/mangle.c index f303c92..08f587a 100644 --- a/gcc/java/mangle.c +++ b/gcc/java/mangle.c @@ -25,9 +25,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* Written by Per Bothner <bothner@cygnus.com> */ -#include <stdio.h> -#include <string.h> #include "config.h" +#include "system.h" #include "jcf.h" #include "obstack.h" |