]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-icf-gimple.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / ipa-icf-gimple.c
index 8317dc1d5c860f34127eff5ded077c4f83820fdc..e72769395fb22ba0daa36b38273e344afaebc602 100644 (file)
@@ -23,20 +23,14 @@ 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 "backend.h"
 #include "tree.h"
-#include "fold-const.h"
-#include "predict.h"
-#include "tm.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 "rtl.h"
+#include "ssa.h"
+#include "options.h"
+#include "fold-const.h"
+#include "internal-fn.h"
 #include "flags.h"
 #include "insn-config.h"
 #include "expmed.h"
@@ -48,9 +42,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "stmt.h"
 #include "expr.h"
 #include "gimple-iterator.h"
-#include "gimple-ssa.h"
 #include "tree-cfg.h"
-#include "stringpool.h"
 #include "tree-dfa.h"
 #include "tree-pass.h"
 #include "gimple-pretty-print.h"
@@ -60,7 +52,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "data-streamer.h"
 #include "ipa-utils.h"
 #include <list>
-#include "tree-ssanames.h"
 #include "tree-eh.h"
 #include "builtins.h"