diff options
Diffstat (limited to 'gcc/reginfo.c')
-rw-r--r-- | gcc/reginfo.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/reginfo.c b/gcc/reginfo.c index 2261522..ae15e7d 100644 --- a/gcc/reginfo.c +++ b/gcc/reginfo.c @@ -38,13 +38,17 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "regs.h" #include "addresses.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "insn-config.h" #include "recog.h" #include "reload.h" #include "diagnostic-core.h" #include "output.h" -#include "hashtab.h" #include "target.h" #include "tree-pass.h" #include "df.h" |