diff options
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 817beedd0a6..305724fe9a6 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -21,20 +21,24 @@ 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 "tree.h" #include "gimple.h" -#include "rtl.h" +#include "cfghooks.h" +#include "tree-pass.h" #include "ssa.h" +#include "expmed.h" +#include "insn-config.h" +#include "emit-rtl.h" +#include "cgraph.h" +#include "diagnostic-core.h" #include "alias.h" #include "fold-const.h" #include "flags.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" @@ -44,15 +48,11 @@ along with GCC; see the file COPYING3. If not see #include "internal-fn.h" #include "tree-eh.h" #include "gimple-iterator.h" -#include "cgraph.h" #include "tree-cfg.h" #include "tree-into-ssa.h" #include "tree-ssa.h" #include "tree-inline.h" -#include "tree-pass.h" #include "langhooks.h" -#include "diagnostic-core.h" -#include "target.h" #include "cfgloop.h" #include "gimple-low.h" |