]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/sched-rgn.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / sched-rgn.c
index ccdde706ea7866434c35d36deb0f4915e358d28f..ce2c1724fff113b159f961ca4bf6a3cadbc6e102 100644 (file)
@@ -46,13 +46,12 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
-#include "diagnostic-core.h"
+#include "backend.h"
 #include "rtl.h"
+#include "df.h"
+#include "diagnostic-core.h"
 #include "tm_p.h"
-#include "hard-reg-set.h"
 #include "regs.h"
-#include "function.h"
 #include "profile.h"
 #include "flags.h"
 #include "insn-config.h"
@@ -60,11 +59,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "except.h"
 #include "recog.h"
 #include "params.h"
-#include "dominance.h"
-#include "cfg.h"
 #include "cfganal.h"
-#include "predict.h"
-#include "basic-block.h"
 #include "sched-int.h"
 #include "sel-sched.h"
 #include "target.h"