summaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-23 18:26:49 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-23 18:26:49 +0000
commitde231ec29421ac250e9592b99987f0d39e708bdd (patch)
tree28c0b5c97c52430730b87a8c0ca6c5ab3662e6b9 /gcc/df-scan.c
parent85f988d00b85b2b428d7f92336fee9e0045efc12 (diff)
downloadgcc-de231ec29421ac250e9592b99987f0d39e708bdd.tar.gz
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
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r--gcc/df-scan.c1
1 files changed, 0 insertions, 1 deletions
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. */