aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2015-06-23 18:26:49 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2015-06-23 18:26:49 +0000
commit0fa16060ed17132d27f7884fd7a8c7bee4aa29b4 (patch)
tree28c0b5c97c52430730b87a8c0ca6c5ab3662e6b9 /gcc/targhooks.c
parent6d9d1eeb9708d96b5402513c2e7de25b397bd14c (diff)
downloadgcc-0fa16060ed17132d27f7884fd7a8c7bee4aa29b4.zip
gcc-0fa16060ed17132d27f7884fd7a8c7bee4aa29b4.tar.gz
gcc-0fa16060ed17132d27f7884fd7a8c7bee4aa29b4.tar.bz2
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/targhooks.c')
-rw-r--r--gcc/targhooks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c
index c80e63b..4e97057 100644
--- a/gcc/targhooks.c
+++ b/gcc/targhooks.c
@@ -72,7 +72,6 @@ along with GCC; see the file COPYING3. If not see
#include "diagnostic-core.h"
#include "target.h"
#include "tm_p.h"
-#include "target-def.h"
#include "regs.h"
#include "reload.h"
#include "insn-codes.h"