diff options
Diffstat (limited to 'gcc/java/except.c')
-rw-r--r-- | gcc/java/except.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/java/except.c b/gcc/java/except.c index 84e9e22..380890e 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -25,15 +25,12 @@ 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 "java-tree.h" #include "javaop.h" #include "java-opcodes.h" #include "jcf.h" -#include "function.h" -#include "except.h" +#include "except.h" /* for doing_eh. */ #include "java-except.h" #include "toplev.h" #include "tree-iterator.h" |