diff options
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index ac6eaa0..57f32bb 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -108,10 +108,15 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "tm_p.h" #include "expr.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 "conditions.h" -#include "hard-reg-set.h" #include "basic-block.h" #include "regs.h" #include "recog.h" |