]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/sched-deps.c
2014-10-27 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / sched-deps.c
index 80ca41fec6ecd258f940048d115450fe72a64669..65cb3401d91c6f9167eb534f6918ccc4bf3ab960 100644 (file)
@@ -42,6 +42,11 @@ along with GCC; see the file COPYING3.  If not see
 #include "except.h"
 #include "recog.h"
 #include "emit-rtl.h"
+#include "dominance.h"
+#include "cfg.h"
+#include "cfgbuild.h"
+#include "predict.h"
+#include "basic-block.h"
 #include "sched-int.h"
 #include "params.h"
 #include "cselib.h"