]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/recog.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / recog.c
index d96e29320985b3c49b8fc241c3880dd157713d32..2a21c66b9b4d7de53474e0057587160def442bfd 100644 (file)
@@ -21,20 +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 "rtl.h"
+#include "df.h"
+#include "alias.h"
 #include "rtl-error.h"
 #include "tm_p.h"
 #include "insn-config.h"
 #include "insn-attr.h"
-#include "hard-reg-set.h"
 #include "recog.h"
 #include "regs.h"
 #include "addresses.h"
-#include "function.h"
-#include "rtl.h"
 #include "flags.h"
 #include "expmed.h"
 #include "dojump.h"
@@ -44,17 +42,12 @@ along with GCC; see the file COPYING3.  If not see
 #include "varasm.h"
 #include "stmt.h"
 #include "expr.h"
-#include "predict.h"
-#include "dominance.h"
-#include "cfg.h"
 #include "cfgrtl.h"
 #include "cfgbuild.h"
 #include "cfgcleanup.h"
-#include "basic-block.h"
 #include "reload.h"
 #include "target.h"
 #include "tree-pass.h"
-#include "df.h"
 #include "insn-codes.h"
 
 #ifndef STACK_POP_CODE