]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/lto/lto-lang.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / lto / lto-lang.c
index 0e5bd76844de53ed8c991ce97cb88c6cc3ded69a..3e878527fb2d5f27ccd19c759587947a0c6c3a9a 100644 (file)
@@ -23,9 +23,13 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "flags.h"
 #include "tm.h"
-#include "alias.h"
-#include "symtab.h"
+#include "function.h"
+#include "predict.h"
+#include "basic-block.h"
 #include "tree.h"
+#include "gimple.h"
+#include "hard-reg-set.h"
+#include "alias.h"
 #include "fold-const.h"
 #include "stringpool.h"
 #include "stor-layout.h"
@@ -36,14 +40,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "lto-tree.h"
 #include "lto.h"
 #include "tree-inline.h"
-#include "predict.h"
-#include "hard-reg-set.h"
-#include "function.h"
-#include "basic-block.h"
-#include "tree-ssa-alias.h"
 #include "internal-fn.h"
-#include "gimple-expr.h"
-#include "gimple.h"
 #include "diagnostic-core.h"
 #include "toplev.h"
 #include "cgraph.h"