diff options
Diffstat (limited to 'gcc/java/jvgenmain.c')
-rw-r--r-- | gcc/java/jvgenmain.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/jvgenmain.c b/gcc/java/jvgenmain.c index ce7c60a315e..5e767afffe6 100644 --- a/gcc/java/jvgenmain.c +++ b/gcc/java/jvgenmain.c @@ -24,9 +24,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* Written by Per Bothner <bothner@cygnus.com> */ -#include <stdio.h> -#include <stdlib.h> #include "config.h" +#include "system.h" #include "obstack.h" const char main_method_prefix[] = "main__"; |