diff options
Diffstat (limited to 'gcc/reginfo.c')
-rw-r--r-- | gcc/reginfo.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/reginfo.c b/gcc/reginfo.c index 7b405aef007..407d61b6d8f 100644 --- a/gcc/reginfo.c +++ b/gcc/reginfo.c @@ -30,16 +30,21 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "hard-reg-set.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" #include "rtl.h" #include "expr.h" #include "tm_p.h" #include "flags.h" #include "predict.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" -#include "machmode.h" #include "input.h" #include "function.h" #include "dominance.h" |