diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-06-04 11:17:58 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-06-04 11:17:58 +0000 |
commit | a4b7d13c17f51702b93610d3c1a7d741acda6196 (patch) | |
tree | 8e9c8694b65f0c085a2c42663cc1b4b5fb0e57b4 /gcc/java/class.c | |
parent | 0b8a03e10ef01bf8f44bbba141a0c2451317c887 (diff) | |
download | gcc-a4b7d13c17f51702b93610d3c1a7d741acda6196.zip gcc-a4b7d13c17f51702b93610d3c1a7d741acda6196.tar.gz gcc-a4b7d13c17f51702b93610d3c1a7d741acda6196.tar.bz2 |
output.h (merge_weak, [...]): Move protos from here...
* 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.
From-SVN: r188178
Diffstat (limited to 'gcc/java/class.c')
-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 268a06b..bfc8529 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" |