]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/reg-stack.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / reg-stack.c
index 997851c3798b95b309d1bc7e8fd41a0c8374689b..67ecfd4539910ab98e631e9c57ec748cb4fa0d34 100644 (file)
 #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 "varasm.h"
 #include "rtl-error.h"
 #include "tm_p.h"
-#include "hard-reg-set.h"
-#include "function.h"
 #include "insn-config.h"
 #include "regs.h"
 #include "flags.h"
 #include "recog.h"
-#include "predict.h"
-#include "dominance.h"
-#include "cfg.h"
 #include "cfgrtl.h"
 #include "cfganal.h"
 #include "cfgbuild.h"
 #include "cfgcleanup.h"
-#include "basic-block.h"
 #include "reload.h"
 #include "tree-pass.h"
 #include "target.h"
-#include "df.h"
 #include "emit-rtl.h"  /* FIXME: Can go away once crtl is moved to rtl.h.  */
 #include "rtl-iter.h"