diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-04 11:17:58 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-04 11:17:58 +0000 |
commit | dff12c1078bb49b69e41b8542e0f9bea348b5b9f (patch) | |
tree | 8e9c8694b65f0c085a2c42663cc1b4b5fb0e57b4 /gcc/java | |
parent | 6e5a54924dfc75b07bb50b2d428e0d3658663d88 (diff) | |
download | gcc-dff12c1078bb49b69e41b8542e0f9bea348b5b9f.tar.gz |
* output.h (merge_weak, assemble_alias,
initializer_constant_valid_p,
initializer_constant_valid_for_bitfield_p): Move protos from here...
* tree.h: ... to here.
* cgraphclones.c: Do not include output.h.
* gimplify.c: Likewise.
* reload.c: Likewise.
* recog.c: Likewise.
* tree-ssa-loop-ivopts.c: Likewise.
* tree-switch-conversion.c: Likewise.
* c-parser.c: Likewise.
* c-typeck.c: Likewise.
* Makefile.in: Fix dependencies.
c-family/
* c-common.c: Do not include output.h.
* c-pragma.c: Likewise.
cp/
* semantics.c: Do not include output.h.
* decl2.c: Likewise.
* friend.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.
* Make-lang.in: Fix dependencies.
ada/
* gcc-interface/utils2.c: Do not include output.h.
* gcc-interface/Make-lang.in: Fix dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 268a06ba59c..bfc852959a7 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -34,7 +34,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "obstack.h" #include "diagnostic-core.h" #include "toplev.h" -#include "output.h" +#include "output.h" /* for switch_to_section and get_section */ #include "parse.h" #include "function.h" #include "ggc.h" |