aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-scan.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/df-scan.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/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 ef9cdbb..4e53f88 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. */