diff options
Diffstat (limited to 'gcc/sel-sched.c')
-rw-r--r-- | gcc/sel-sched.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/sel-sched.c b/gcc/sel-sched.c index 668c433dab0..ae2ef91df10 100644 --- a/gcc/sel-sched.c +++ b/gcc/sel-sched.c @@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "hash-set.h" #include "vec.h" -#include "machmode.h" #include "input.h" #include "function.h" #include "predict.h" @@ -47,7 +46,6 @@ along with GCC; see the file COPYING3. If not see #include "sched-int.h" #include "ggc.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "langhooks.h" |