From de231ec29421ac250e9592b99987f0d39e708bdd Mon Sep 17 00:00:00 2001 From: rsandifo Date: Tue, 23 Jun 2015 18:26:49 +0000 Subject: 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224856 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/df-scan.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/df-scan.c') diff --git a/gcc/df-scan.c b/gcc/df-scan.c index ef9cdbbbe32..4e53f884443 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -45,7 +45,6 @@ along with GCC; see the file COPYING3. If not see #include "dumpfile.h" #include "tree.h" #include "target.h" -#include "target-def.h" #include "df.h" #include "emit-rtl.h" /* FIXME: Can go away once crtl is moved to rtl.h. */ -- cgit v1.2.1