diff options
Diffstat (limited to 'gcc/config/rs6000/rs6000.c')
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 912fe3d5c87..c4510323def 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -40,6 +40,11 @@ #include "expr.h" #include "optabs.h" #include "except.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "output.h" #include "dbxout.h" @@ -47,7 +52,6 @@ #include "diagnostic-core.h" #include "toplev.h" #include "ggc.h" -#include "hashtab.h" #include "tm_p.h" #include "target.h" #include "target-def.h" @@ -57,7 +61,6 @@ #include "cfgloop.h" #include "sched-int.h" #include "hash-table.h" -#include "vec.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" |