diff options
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r-- | gcc/df-scan.c | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 22942407f26..010a4b85497 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -24,28 +24,19 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "backend.h" +#include "tree.h" #include "rtl.h" +#include "df.h" #include "tm_p.h" #include "insn-config.h" #include "recog.h" #include "alias.h" -#include "symtab.h" -#include "hard-reg-set.h" -#include "function.h" #include "regs.h" #include "alloc-pool.h" #include "flags.h" -#include "predict.h" -#include "dominance.h" -#include "cfg.h" -#include "basic-block.h" -#include "sbitmap.h" -#include "bitmap.h" #include "dumpfile.h" -#include "tree.h" #include "target.h" -#include "df.h" #include "emit-rtl.h" /* FIXME: Can go away once crtl is moved to rtl.h. */ |