diff options
Diffstat (limited to 'gcc/lto/lto-lang.c')
-rw-r--r-- | gcc/lto/lto-lang.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 94b54dcb397..be317a42fbe 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -21,18 +21,18 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "target.h" #include "function.h" -#include "predict.h" #include "basic-block.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" +#include "predict.h" +#include "stringpool.h" +#include "cgraph.h" +#include "diagnostic-core.h" #include "alias.h" #include "fold-const.h" -#include "stringpool.h" #include "stor-layout.h" -#include "target.h" #include "langhooks.h" #include "langhooks-def.h" #include "debug.h" @@ -40,9 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "lto.h" #include "tree-inline.h" #include "internal-fn.h" -#include "diagnostic-core.h" #include "toplev.h" -#include "cgraph.h" #include "cilk.h" static tree lto_type_for_size (unsigned, int); |