diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2015-06-23 18:26:49 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2015-06-23 18:26:49 +0000 |
commit | 0fa16060ed17132d27f7884fd7a8c7bee4aa29b4 (patch) | |
tree | 28c0b5c97c52430730b87a8c0ca6c5ab3662e6b9 /gcc/config/arm/arm-c.c | |
parent | 6d9d1eeb9708d96b5402513c2e7de25b397bd14c (diff) | |
download | gcc-0fa16060ed17132d27f7884fd7a8c7bee4aa29b4.tar.gz |
c-common.c: Don't include target-def.h.
gcc/c-family/
* c-common.c: Don't include target-def.h.
gcc/
* df-scan.c: Don't include target-def.h.
* targhooks.c: Likewise.
* config/arm/arm-c.c: Likewise.
* config/i386/i386-c.c: Likewise.
* config/nds32/nds32-cost.c: Likewise.
* config/nds32/nds32-fp-as-gp.c: Likewise.
* config/nds32/nds32-intrinsic.c: Likewise.
* config/nds32/nds32-isr.c: Likewise.
* config/nds32/nds32-md-auxiliary.c: Likewise.
* config/nds32/nds32-memory-manipulation.c: Likewise.
* config/nds32/nds32-pipelines-auxiliary.c: Likewise.
* config/nds32/nds32-predicates.c: Likewise.
From-SVN: r224856
Diffstat (limited to 'gcc/config/arm/arm-c.c')
-rw-r--r-- | gcc/config/arm/arm-c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/arm/arm-c.c b/gcc/config/arm/arm-c.c index 6aa59ad5bf5..d1003efc9fe 100644 --- a/gcc/config/arm/arm-c.c +++ b/gcc/config/arm/arm-c.c @@ -27,7 +27,6 @@ #include "tm_p.h" #include "c-family/c-common.h" #include "target.h" -#include "target-def.h" #include "c-family/c-pragma.h" /* Output C specific EABI object attributes. These can not be done in |