diff options
Diffstat (limited to 'gcc/lto-streamer-out.c')
-rw-r--r-- | gcc/lto-streamer-out.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c index d54beca6623..c7be5068a09 100644 --- a/gcc/lto-streamer-out.c +++ b/gcc/lto-streamer-out.c @@ -24,33 +24,32 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "target.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "tree-pass.h" #include "ssa.h" +#include "expmed.h" +#include "insn-config.h" +#include "emit-rtl.h" +#include "gimple-streamer.h" #include "alias.h" #include "fold-const.h" #include "stor-layout.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" #include "params.h" #include "internal-fn.h" #include "gimple-iterator.h" -#include "tree-pass.h" -#include "diagnostic-core.h" #include "except.h" #include "lto-symtab.h" #include "cgraph.h" -#include "target.h" -#include "gimple-streamer.h" #include "cfgloop.h" #include "builtins.h" #include "gomp-constants.h" |