diff options
Diffstat (limited to 'gcc/go/go-backend.c')
-rw-r--r-- | gcc/go/go-backend.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/go/go-backend.c b/gcc/go/go-backend.c index b6dcc25..f9221db 100644 --- a/gcc/go/go-backend.c +++ b/gcc/go/go-backend.c @@ -20,17 +20,16 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "target.h" +#include "tree.h" +#include "tm_p.h" +#include "diagnostic.h" #include "simple-object.h" -#include "tm.h" #include "alias.h" -#include "tree.h" #include "stor-layout.h" -#include "tm_p.h" #include "intl.h" #include "output.h" /* for assemble_string */ -#include "target.h" #include "common/common-target.h" -#include "diagnostic.h" #include "go-c.h" |