diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index abb743b..899265c 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -35,13 +35,17 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "varasm.h" #include "flags.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "expr.h" -#include "hard-reg-set.h" #include "regs.h" #include "output.h" #include "diagnostic-core.h" -#include "hashtab.h" #include "ggc.h" #include "langhooks.h" #include "tm_p.h" @@ -50,7 +54,6 @@ along with GCC; see the file COPYING3. If not see #include "common/common-target.h" #include "targhooks.h" #include "cgraph.h" -#include "hash-set.h" #include "asan.h" #include "basic-block.h" #include "rtl-iter.h" |