]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfg.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / cfg.c
index fb13b7de06a19bee08477cc18027769b55cf1cae..8c2723ee0becd802c76f4ec7a8bee36d1add9e12 100644 (file)
--- a/gcc/cfg.c
+++ b/gcc/cfg.c
@@ -52,18 +52,12 @@ along with GCC; see the file COPYING3.  If not see
 #include "obstack.h"
 #include "alloc-pool.h"
 #include "alias.h"
-#include "symtab.h"
-#include "options.h"
+#include "backend.h"
 #include "tree.h"
-#include "predict.h"
-#include "tm.h"
 #include "hard-reg-set.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
-#include "cfganal.h"
-#include "basic-block.h"
 #include "df.h"
+#include "options.h"
+#include "cfganal.h"
 #include "cfgloop.h" /* FIXME: For struct loop.  */
 #include "dumpfile.h"