diff options
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r-- | gcc/dojump.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c index 1896620..045d1fc 100644 --- a/gcc/dojump.c +++ b/gcc/dojump.c @@ -25,6 +25,12 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "stor-layout.h" #include "flags.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 "insn-config.h" #include "insn-attr.h" |