diff options
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r-- | gcc/lto-section-in.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index ba4c488bb14..2485da99c24 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -24,6 +24,14 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" @@ -33,13 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "flags.h" #include "params.h" -#include "input.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" -#include "machmode.h" -#include "hard-reg-set.h" -#include "function.h" #include "diagnostic-core.h" #include "except.h" #include "timevar.h" |