]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-coalesce.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / tree-ssa-coalesce.c
index ee30c5ca9e81fec0a745650a5da00c424c1e1f13..bd2b97e42d4c1ba719d6a05675a33c8db674d9ff 100644 (file)
@@ -21,31 +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 "alias.h"
-#include "symtab.h"
+#include "backend.h"
 #include "tree.h"
+#include "gimple.h"
+#include "hard-reg-set.h"
+#include "ssa.h"
+#include "alias.h"
 #include "fold-const.h"
 #include "flags.h"
 #include "tree-pretty-print.h"
-#include "bitmap.h"
 #include "dumpfile.h"
-#include "predict.h"
-#include "hard-reg-set.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "basic-block.h"
-#include "tree-ssa-alias.h"
 #include "internal-fn.h"
-#include "gimple-expr.h"
-#include "gimple.h"
 #include "gimple-iterator.h"
-#include "gimple-ssa.h"
-#include "tree-phinodes.h"
-#include "ssa-iterators.h"
-#include "stringpool.h"
-#include "tree-ssanames.h"
 #include "tree-ssa-live.h"
 #include "tree-ssa-coalesce.h"
 #include "diagnostic-core.h"