From 0fa16060ed17132d27f7884fd7a8c7bee4aa29b4 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 23 Jun 2015 18:26:49 +0000 Subject: 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 --- gcc/targhooks.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/targhooks.c') 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" -- cgit v1.1