diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index e7032065da0..fbe35d8cc9c 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -38,10 +38,15 @@ along with GCC; see the file COPYING3. If not see #include "attribs.h" #include "varasm.h" #include "tm_p.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 "obstack.h" #include "toplev.h" /* get_random_seed */ -#include "hashtab.h" #include "inchash.h" #include "filenames.h" #include "output.h" |