summaryrefslogtreecommitdiff
path: root/gcc/ddg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ddg.c')
-rw-r--r--gcc/ddg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ddg.c b/gcc/ddg.c
index 52d5ac41208..78a9750c7d9 100644
--- a/gcc/ddg.c
+++ b/gcc/ddg.c
@@ -39,12 +39,15 @@ along with GCC; see the file COPYING3. If not see
#include "insn-attr.h"
#include "except.h"
#include "recog.h"
+#include "predict.h"
+#include "basic-block.h"
#include "sched-int.h"
#include "target.h"
#include "cfgloop.h"
#include "sbitmap.h"
#include "expr.h"
#include "bitmap.h"
+#include "df.h"
#include "ddg.h"
#include "rtl-iter.h"