diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-23 17:48:41 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-23 17:48:41 +0000 |
commit | f67cc87d4fe90c71cb398067022126409b6f1d69 (patch) | |
tree | 317685d7957816052fbd553744ee649c6c8d3029 /gcc/java/except.c | |
parent | 7274feea190b82eacf5b4203a5a0de28c7e92f07 (diff) | |
download | gcc-f67cc87d4fe90c71cb398067022126409b6f1d69.zip gcc-f67cc87d4fe90c71cb398067022126409b6f1d69.tar.gz gcc-f67cc87d4fe90c71cb398067022126409b6f1d69.tar.bz2 |
java-gimplify.c: Do not include tm.h, toplev.h.
* java-gimplify.c: Do not include tm.h, toplev.h.
* typeck.c: Do not include tm.h.
* mangle_name.c: Do not include tm.h.
* jcf-dump.c: Do not include tm.h, ggc.h.
* class.c: Do not include rtl.h, tm_p.h, target.h, except.h, cgraph.h.
* decl.c: Do not include tm.h, rtl.h, function.h, expr.h, except.h,
and timevar.h.
* jcf-parse.c: Do not include tm.h and tm_p.h.
* resource.c: Do not include tm.h, rtl.h, flags.h, obstack.h,
target.h, and expr.h.
* except.c: Do not include tm.h, rtl.h, function.h.
* builtins.c: Do not include convert.h. Explain why RTL headers
have to be included here.
* verify-glue.c: Do not include tm.h.
* jcf-depend.c: Do not include tm.h.
* jcf-reader.c: Include ggc.h.
* jcf-io.c: Do not include tm.h, toplev.h.
* expr.c: Do not include tm.h, rtl.h, expr.h, except.h, tm_p.h,
gimple.h.
* lang.c: Do not include rtl.h, expr.h.
* Make-lang.in: Update dependencies.
From-SVN: r159764
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" |