diff options
Diffstat (limited to 'gcc/go/go-lang.c')
-rw-r--r-- | gcc/go/go-lang.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/gcc/go/go-lang.c b/gcc/go/go-lang.c index 675b582..7b76a35 100644 --- a/gcc/go/go-lang.c +++ b/gcc/go/go-lang.c @@ -19,28 +19,24 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" -#include "ansidecl.h" #include "coretypes.h" +#include "target.h" +#include "function.h" +#include "tree.h" +#include "gimple-expr.h" +#include "diagnostic.h" +#include "ansidecl.h" #include "opts.h" #include "alias.h" -#include "tree.h" -#include "options.h" #include "fold-const.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "function.h" -#include "gimple-expr.h" #include "gimplify.h" #include "stor-layout.h" #include "toplev.h" #include "debug.h" -#include "options.h" #include "flags.h" #include "convert.h" -#include "diagnostic.h" #include "langhooks.h" #include "langhooks-def.h" -#include "target.h" #include "common/common-target.h" #include <mpfr.h> |