diff options
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index c04c429..fe79dc0 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -21,14 +21,18 @@ #include "system.h" #include "coretypes.h" #include "backend.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "tm_p.h" +#include "stringpool.h" +#include "expmed.h" +#include "insn-config.h" +#include "emit-rtl.h" +#include "cgraph.h" #include "alias.h" #include "fold-const.h" -#include "stringpool.h" #include "stor-layout.h" -#include "tm_p.h" #include "tree-dump.h" #include "tree-inline.h" #include "internal-fn.h" @@ -36,15 +40,11 @@ #include "gimple-iterator.h" #include "gimple-walk.h" #include "tree-iterator.h" -#include "cgraph.h" #include "tree-cfg.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" /* FIXME: For STACK_SAVEAREA_MODE and SAVE_NONLOCAL. */ |