]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/lto/lto.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / lto / lto.c
index 0972ff607c8db4bab90e55d8b03aa9e93676b17d..d1a1e6d812eaaf89a98c682db71f4a2b06f3cb2e 100644 (file)
@@ -24,31 +24,28 @@ along with GCC; see the file COPYING3.  If not see
 #include "opts.h"
 #include "toplev.h"
 #include "alias.h"
-#include "symtab.h"
-#include "options.h"
-#include "tree.h"
-#include "fold-const.h"
-#include "stor-layout.h"
-#include "diagnostic-core.h"
 #include "tm.h"
+#include "function.h"
+#include "bitmap.h"
 #include "predict.h"
 #include "basic-block.h"
+#include "tree.h"
+#include "gimple.h"
 #include "hard-reg-set.h"
-#include "function.h"
+#include "options.h"
+#include "fold-const.h"
+#include "stor-layout.h"
+#include "diagnostic-core.h"
 #include "cgraph.h"
 #include "tree-ssa-operands.h"
 #include "tree-pass.h"
 #include "langhooks.h"
-#include "bitmap.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
 #include "ipa-prop.h"
 #include "common.h"
 #include "debug.h"
-#include "tree-ssa-alias.h"
 #include "internal-fn.h"
-#include "gimple-expr.h"
-#include "gimple.h"
 #include "lto.h"
 #include "lto-tree.h"
 #include "lto-streamer.h"