diff options
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r-- | gcc/sched-deps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index d1610af52bf..817d8f966f9 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "diagnostic-core.h" -#include "toplev.h" #include "rtl.h" #include "tm_p.h" #include "hard-reg-set.h" @@ -37,7 +36,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "insn-attr.h" #include "except.h" -#include "toplev.h" #include "recog.h" #include "sched-int.h" #include "params.h" |