diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/except.c b/gcc/except.c index 11d95a411d7..cb830885b94 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -114,7 +114,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "rtl.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" @@ -152,7 +151,6 @@ along with GCC; see the file COPYING3. If not see #include "cfg.h" #include "cfgrtl.h" #include "basic-block.h" -#include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" |