]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-profile.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / ipa-profile.c
index 809a677fb09b070b505c7cf51eddcc0539dedc66..698729b1b0b670f9675d0092ee76a5c353a6d8dc 100644 (file)
@@ -47,23 +47,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 "fold-const.h"
-#include "predict.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "basic-block.h"
+#include "gimple.h"
 #include "hard-reg-set.h"
-#include "function.h"
+#include "alias.h"
+#include "fold-const.h"
 #include "cgraph.h"
 #include "tree-pass.h"
-#include "tree-ssa-alias.h"
 #include "internal-fn.h"
-#include "gimple-expr.h"
-#include "gimple.h"
 #include "gimple-iterator.h"
 #include "flags.h"
 #include "target.h"