diff options
Diffstat (limited to 'gcc/ira.c')
-rw-r--r-- | gcc/ira.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ira.c b/gcc/ira.c index ddb936dc711..b7ae86ee710 100644 --- a/gcc/ira.c +++ b/gcc/ira.c @@ -368,6 +368,15 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "regs.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 "tm_p.h" @@ -377,10 +386,6 @@ along with GCC; see the file COPYING3. If not see #include "bitmap.h" #include "hard-reg-set.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" |