diff options
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r-- | gcc/bb-reorder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index 522d94489ef..2fb4e44b646 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -82,7 +82,6 @@ #include "system.h" #include "coretypes.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -119,7 +118,6 @@ #include "basic-block.h" #include "df.h" #include "bb-reorder.h" -#include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |