diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 0348ef27138..9b1657fb9fc 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -52,15 +52,22 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "machmode.h" #include "rtl.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 "fold-const.h" #include "stor-layout.h" #include "varasm.h" #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" |