summaryrefslogtreecommitdiffstats
path: root/gcc/c-family/c-pragma.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-04 11:17:58 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-04 11:17:58 +0000
commitdff12c1078bb49b69e41b8542e0f9bea348b5b9f (patch)
tree8e9c8694b65f0c085a2c42663cc1b4b5fb0e57b4 /gcc/c-family/c-pragma.c
parent6e5a54924dfc75b07bb50b2d428e0d3658663d88 (diff)
downloadppe42-gcc-dff12c1078bb49b69e41b8542e0f9bea348b5b9f.tar.gz
ppe42-gcc-dff12c1078bb49b69e41b8542e0f9bea348b5b9f.zip
* 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/c-family/c-pragma.c')
-rw-r--r--gcc/c-family/c-pragma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-family/c-pragma.c b/gcc/c-family/c-pragma.c
index 3308ca8d063..830ca81a0d5 100644
--- a/gcc/c-family/c-pragma.c
+++ b/gcc/c-family/c-pragma.c
@@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see
#include "c-pragma.h"
#include "flags.h"
#include "c-common.h"
-#include "output.h"
#include "tm_p.h" /* For REGISTER_TARGET_PRAGMAS (why is
this not a target hook?). */
#include "vec.h"
OpenPOWER on IntegriCloud