diff options
Diffstat (limited to 'gcc/sel-sched-ir.c')
-rw-r--r-- | gcc/sel-sched-ir.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/sel-sched-ir.c b/gcc/sel-sched-ir.c index 1c3614b..ae6f637 100644 --- a/gcc/sel-sched-ir.c +++ b/gcc/sel-sched-ir.c @@ -26,9 +26,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" @@ -46,9 +43,7 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "target.h" #include "sched-int.h" -#include "ggc.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "langhooks.h" #include "rtlhooks-def.h" |