diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 7e9659b..83759a5 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -27,9 +27,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" #include "tree.h" -#include "rtl.h" #include "flags.h" #include "java-tree.h" #include "jcf.h" @@ -38,15 +36,12 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "output.h" #include "parse.h" #include "function.h" -#include "tm_p.h" #include "ggc.h" #include "stdio.h" -#include "target.h" -#include "except.h" #include "cgraph.h" #include "tree-iterator.h" -#include "cgraph.h" #include "vecprim.h" +#include "tm.h" /* FIXME: For gcc_obstack_init from defaults.h. */ /* DOS brain-damage */ #ifndef O_BINARY |