IA MCU psABI support: changes to libraries
[gcc.git] / gcc / lra-coalesce.c
index a25122706370bfe5baa21aa678c1c9da2d33a3c6..8fb2488258e5473b4635fe4d09ebb6b7d13e9d96 100644 (file)
@@ -54,12 +54,17 @@ along with GCC; see the file COPYING3.      If not see
 #include "regs.h"
 #include "hard-reg-set.h"
 #include "flags.h"
-#include "hashtab.h"
-#include "hash-set.h"
-#include "vec.h"
-#include "machmode.h"
-#include "input.h"
 #include "function.h"
+#include "symtab.h"
+#include "alias.h"
+#include "tree.h"
+#include "expmed.h"
+#include "dojump.h"
+#include "explow.h"
+#include "calls.h"
+#include "emit-rtl.h"
+#include "varasm.h"
+#include "stmt.h"
 #include "expr.h"
 #include "predict.h"
 #include "dominance.h"
@@ -68,6 +73,7 @@ along with GCC; see the file COPYING3.        If not see
 #include "except.h"
 #include "timevar.h"
 #include "ira.h"
+#include "alloc-pool.h"
 #include "lra-int.h"
 #include "df.h"