diff options
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r-- | gcc/sched-deps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index 1671ccd501b..20da5f941f0 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -27,13 +27,10 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "rtl.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" -#include "double-int.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" /* FIXME: Used by call_may_noreturn_p. */ #include "tm_p.h" |