diff options
Diffstat (limited to 'gcc/df-core.c')
-rw-r--r-- | gcc/df-core.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/df-core.c b/gcc/df-core.c index 4b7d660..f5af9a6 100644 --- a/gcc/df-core.c +++ b/gcc/df-core.c @@ -382,11 +382,16 @@ are write-only operations. #include "tm_p.h" #include "insn-config.h" #include "recog.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "regs.h" #include "alloc-pool.h" #include "flags.h" -#include "hard-reg-set.h" #include "basic-block.h" #include "sbitmap.h" #include "bitmap.h" |