diff options
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r-- | gcc/haifa-sched.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index f64f3f59ed9..6af8aa3e2ad 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -142,6 +142,12 @@ along with GCC; see the file COPYING3. If not see #include "insn-attr.h" #include "except.h" #include "recog.h" +#include "dominance.h" +#include "cfg.h" +#include "cfgrtl.h" +#include "cfgbuild.h" +#include "predict.h" +#include "basic-block.h" #include "sched-int.h" #include "target.h" #include "common/common-target.h" |