diff options
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index 93c0a54..9ca2485 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -21,11 +21,15 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "cfghooks.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 "alias.h" #include "fold-const.h" #include "stor-layout.h" @@ -36,19 +40,15 @@ along with GCC; see the file COPYING3. If not see #include "gimple-iterator.h" #include "gimplify-me.h" #include "tree-cfg.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" #include "tree-dfa.h" #include "tree-ssa.h" #include "tree-iterator.h" -#include "tree-pass.h" #include "tree-ssa-propagate.h" #include "tree-hasher.h" #include "cfgloop.h" |