diff options
Diffstat (limited to 'gcc/lto/lto-object.c')
-rw-r--r-- | gcc/lto/lto-object.c | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gcc/lto/lto-object.c b/gcc/lto/lto-object.c index e102e799d7f..3f3ee954e92 100644 --- a/gcc/lto/lto-object.c +++ b/gcc/lto/lto-object.c @@ -22,19 +22,16 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" -#include "tree.h" -#include "fold-const.h" -#include "predict.h" #include "tm.h" -#include "hard-reg-set.h" #include "function.h" +#include "predict.h" #include "basic-block.h" -#include "tree-ssa-alias.h" -#include "internal-fn.h" -#include "gimple-expr.h" +#include "tree.h" #include "gimple.h" +#include "hard-reg-set.h" +#include "options.h" +#include "fold-const.h" +#include "internal-fn.h" #include "diagnostic-core.h" #include "lto.h" #include "cgraph.h" |