aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/df.h')
-rw-r--r--gcc/df.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/df.h b/gcc/df.h
index 0975dda..484f351 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -28,7 +28,15 @@ along with GCC; see the file COPYING3. If not see
#include "bitmap.h"
#include "regset.h"
#include "sbitmap.h"
-#include "basic-block.h"
+#include "predict.h"
+#include "vec.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "machmode.h"
+#include "tm.h"
+#include "hard-reg-set.h"
+#include "input.h"
+#include "function.h"
#include "alloc-pool.h"
#include "timevar.h"