diff options
Diffstat (limited to 'gcc/go/go-backend.c')
-rw-r--r-- | gcc/go/go-backend.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/go/go-backend.c b/gcc/go/go-backend.c index f9221db..4873dea 100644 --- a/gcc/go/go-backend.c +++ b/gcc/go/go-backend.c @@ -25,13 +25,11 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "diagnostic.h" #include "simple-object.h" -#include "alias.h" #include "stor-layout.h" #include "intl.h" #include "output.h" /* for assemble_string */ #include "common/common-target.h" -#include "go-c.h" /* The segment name we pass to simple_object_start_read to find Go export data. */ |