diff options
Diffstat (limited to 'gcc/target-globals.c')
-rw-r--r-- | gcc/target-globals.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/target-globals.c b/gcc/target-globals.c index 608601edb44..e174815fc2b 100644 --- a/gcc/target-globals.c +++ b/gcc/target-globals.c @@ -20,20 +20,17 @@ 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 "insn-config.h" #include "alias.h" -#include "symtab.h" #include "tree.h" #include "toplev.h" #include "target-globals.h" #include "flags.h" -#include "regs.h" #include "rtl.h" -#include "hard-reg-set.h" +#include "regs.h" #include "reload.h" #include "expmed.h" -#include "function.h" #include "dojump.h" #include "explow.h" #include "calls.h" @@ -45,6 +42,8 @@ along with GCC; see the file COPYING3. If not see #include "optabs.h" #include "libfuncs.h" #include "cfgloop.h" +#include "ira.h" +#include "alloc-pool.h" #include "ira-int.h" #include "builtins.h" #include "gcse.h" |