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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/sel-sched.c b/gcc/sel-sched.c
index 5c49d8e0e9a..f706fb71c08 100644
--- a/gcc/sel-sched.c
+++ b/gcc/sel-sched.c
@@ -25,9 +25,6 @@ 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 "input.h"
#include "function.h"
#include "predict.h"
@@ -44,9 +41,7 @@ along with GCC; see the file COPYING3. If not see
#include "target.h"
#include "output.h"
#include "sched-int.h"
-#include "ggc.h"
#include "symtab.h"
-#include "inchash.h"
#include "tree.h"
#include "langhooks.h"
#include "rtlhooks-def.h"