diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index b23e325c39d..06755d5491c 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "rtl.h" #include "hard-reg-set.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -59,7 +58,6 @@ along with GCC; see the file COPYING3. If not see #include "internal-fn.h" #include "tree-eh.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "gimple-iterator.h" #include "gimple-walk.h" |