aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/lto-object.c')
-rw-r--r--gcc/lto/lto-object.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/gcc/lto/lto-object.c b/gcc/lto/lto-object.c
index 087c6b1..923ed51 100644
--- a/gcc/lto/lto-object.c
+++ b/gcc/lto/lto-object.c
@@ -21,20 +21,19 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "alias.h"
#include "tm.h"
#include "function.h"
-#include "predict.h"
#include "basic-block.h"
+#include "hard-reg-set.h"
#include "tree.h"
#include "gimple.h"
-#include "hard-reg-set.h"
-#include "options.h"
+#include "predict.h"
+#include "cgraph.h"
+#include "diagnostic-core.h"
+#include "alias.h"
#include "fold-const.h"
#include "internal-fn.h"
-#include "diagnostic-core.h"
#include "lto.h"
-#include "cgraph.h"
#include "lto-section-names.h"
#include "simple-object.h"