diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/except.c b/gcc/except.c index 399034a..d94cdab 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -112,17 +112,14 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "backend.h" #include "rtl.h" #include "alias.h" -#include "symtab.h" #include "tree.h" #include "fold-const.h" #include "stringpool.h" #include "stor-layout.h" #include "flags.h" -#include "hard-reg-set.h" -#include "function.h" #include "insn-codes.h" #include "optabs.h" #include "insn-config.h" @@ -146,11 +143,7 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "common/common-target.h" #include "langhooks.h" -#include "predict.h" -#include "dominance.h" -#include "cfg.h" #include "cfgrtl.h" -#include "basic-block.h" #include "cgraph.h" #include "diagnostic.h" #include "tree-pretty-print.h" |