summaryrefslogtreecommitdiff
path: root/gcc/sel-sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sel-sched.c')
-rw-r--r--gcc/sel-sched.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/sel-sched.c b/gcc/sel-sched.c
index e860300094a..9b2be733279 100644
--- a/gcc/sel-sched.c
+++ b/gcc/sel-sched.c
@@ -25,6 +25,11 @@ along with GCC; see the file COPYING3. If not see
#include "tm_p.h"
#include "hard-reg-set.h"
#include "regs.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "input.h"
#include "function.h"
#include "flags.h"
#include "insn-config.h"
@@ -37,7 +42,6 @@ along with GCC; see the file COPYING3. If not see
#include "sched-int.h"
#include "ggc.h"
#include "tree.h"
-#include "vec.h"
#include "langhooks.h"
#include "rtlhooks-def.h"
#include "emit-rtl.h"