diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 9f15559..b6745f0 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -58,11 +58,15 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "output.h" #include "diagnostic-core.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "target.h" #include "tm_p.h" #include "target-def.h" -#include "hard-reg-set.h" #include "regs.h" #include "reload.h" #include "optabs.h" |