diff options
Diffstat (limited to 'gcc/df-problems.c')
-rw-r--r-- | gcc/df-problems.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/df-problems.c b/gcc/df-problems.c index bf8800f..389a649 100644 --- a/gcc/df-problems.c +++ b/gcc/df-problems.c @@ -29,11 +29,16 @@ along with GCC; see the file COPYING3. If not see #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" |