diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-23 17:48:41 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-23 17:48:41 +0000 |
commit | 3484143b5879162ba1779358e3da4622e8930d7f (patch) | |
tree | 317685d7957816052fbd553744ee649c6c8d3029 /gcc/java/expr.c | |
parent | dca58d219480ce3c10fbc7442128ece6cc724d8f (diff) | |
download | gcc-3484143b5879162ba1779358e3da4622e8930d7f.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159764 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 28853643988..2cce0eef3ca 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -27,11 +27,8 @@ 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 "expr.h" #include "java-tree.h" #include "javaop.h" #include "java-opcodes.h" @@ -39,11 +36,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "java-except.h" #include "parse.h" #include "toplev.h" -#include "except.h" -#include "tm_p.h" #include "ggc.h" #include "tree-iterator.h" -#include "gimple.h" #include "target.h" static void flush_quick_stack (void); |