diff options
Diffstat (limited to 'gcc/ree.c')
-rw-r--r-- | gcc/ree.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gcc/ree.c b/gcc/ree.c index 9e3dd7b222f..016659c6cb1 100644 --- a/gcc/ree.c +++ b/gcc/ree.c @@ -218,21 +218,15 @@ 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 "alias.h" -#include "symtab.h" -#include "tree.h" #include "tm_p.h" #include "flags.h" #include "regs.h" -#include "hard-reg-set.h" -#include "predict.h" -#include "function.h" -#include "dominance.h" -#include "cfg.h" #include "cfgrtl.h" -#include "basic-block.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" @@ -251,7 +245,6 @@ along with GCC; see the file COPYING3. If not see #include "rtlhooks-def.h" #include "params.h" #include "tree-pass.h" -#include "df.h" #include "cgraph.h" /* This structure represents a candidate for elimination. */ |