diff options
Diffstat (limited to 'gcc/go/go-lang.c')
-rw-r--r-- | gcc/go/go-lang.c | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gcc/go/go-lang.c b/gcc/go/go-lang.c index 520c94b..2797e99 100644 --- a/gcc/go/go-lang.c +++ b/gcc/go/go-lang.c @@ -22,11 +22,18 @@ along with GCC; see the file COPYING3. If not see #include "ansidecl.h" #include "coretypes.h" #include "opts.h" -#include "tree.h" -#include "vec.h" -#include "hashtab.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 "options.h" +#include "wide-int.h" +#include "inchash.h" +#include "tree.h" +#include "fold-const.h" #include "tm.h" #include "hard-reg-set.h" #include "input.h" |