diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/gcc/except.c b/gcc/except.c index 5765d58b3e8..5d08a155949 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -113,22 +113,25 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "cfghooks.h" +#include "target.h" #include "rtl.h" -#include "alias.h" #include "tree.h" -#include "fold-const.h" +#include "cfghooks.h" +#include "tree-pass.h" +#include "tm_p.h" #include "stringpool.h" +#include "expmed.h" +#include "optabs.h" +#include "emit-rtl.h" +#include "cgraph.h" +#include "diagnostic.h" +#include "alias.h" +#include "fold-const.h" #include "stor-layout.h" #include "flags.h" -#include "insn-codes.h" -#include "optabs.h" -#include "insn-config.h" -#include "expmed.h" #include "dojump.h" #include "explow.h" #include "calls.h" -#include "emit-rtl.h" #include "varasm.h" #include "stmt.h" #include "expr.h" @@ -137,18 +140,12 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "dwarf2asm.h" #include "dwarf2out.h" -#include "dwarf2.h" #include "toplev.h" #include "intl.h" -#include "tm_p.h" -#include "target.h" #include "common/common-target.h" #include "langhooks.h" #include "cfgrtl.h" -#include "cgraph.h" -#include "diagnostic.h" #include "tree-pretty-print.h" -#include "tree-pass.h" #include "cfgloop.h" #include "builtins.h" #include "tree-hash-traits.h" |