]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-devirt.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / ipa-devirt.c
index 905776e0a0cbbcfe29488063d0b5d70c12a77825..a20629fa8edacde68eb3d9d736cd2ce19f9917f4 100644 (file)
@@ -108,19 +108,15 @@ 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 "rtl.h"
+#include "alias.h"
 #include "fold-const.h"
 #include "print-tree.h"
 #include "calls.h"
-#include "predict.h"
-#include "basic-block.h"
-#include "hard-reg-set.h"
-#include "function.h"
 #include "cgraph.h"
-#include "rtl.h"
 #include "flags.h"
 #include "insn-config.h"
 #include "expmed.h"
@@ -134,11 +130,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "tree-pretty-print.h"
 #include "ipa-utils.h"
-#include "tree-ssa-alias.h"
 #include "internal-fn.h"
 #include "gimple-fold.h"
-#include "gimple-expr.h"
-#include "gimple.h"
 #include "alloc-pool.h"
 #include "symbol-summary.h"
 #include "ipa-prop.h"