diff options
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/go/go-backend.c | 1 | ||||
-rw-r--r-- | gcc/go/go-gcc.cc | 3 | ||||
-rw-r--r-- | gcc/go/go-lang.c | 2 | ||||
-rw-r--r-- | gcc/go/go-system.h | 1 |
5 files changed, 7 insertions, 7 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index 91c2815..44c33e0 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,10 @@ +2015-06-17 Andrew MacLeod <amacleod@redhat.com> + + * go-backend.c: Do not include input.h, line-map.h or is-a.h. + * go-gcc.cc: Likewise. + * go-lang.c: Likewise. + * go-system.h: Likewise. + 2015-06-08 Andrew MacLeod <amacleod@redhat.com> * go-backend.c : Adjust include files. diff --git a/gcc/go/go-backend.c b/gcc/go/go-backend.c index e8dda31..ad25565 100644 --- a/gcc/go/go-backend.c +++ b/gcc/go/go-backend.c @@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "simple-object.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" diff --git a/gcc/go/go-gcc.cc b/gcc/go/go-gcc.cc index d4e5142..cee100b 100644 --- a/gcc/go/go-gcc.cc +++ b/gcc/go/go-gcc.cc @@ -25,7 +25,6 @@ #include <gmp.h> #include "vec.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -37,11 +36,9 @@ #include "varasm.h" #include "tree-iterator.h" #include "hash-map.h" -#include "is-a.h" #include "plugin-api.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "ipa-ref.h" #include "cgraph.h" diff --git a/gcc/go/go-lang.c b/gcc/go/go-lang.c index ce4dd9b..ee5b671 100644 --- a/gcc/go/go-lang.c +++ b/gcc/go/go-lang.c @@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see #include "ansidecl.h" #include "coretypes.h" #include "opts.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -30,7 +29,6 @@ along with GCC; see the file COPYING3. If not see #include "fold-const.h" #include "tm.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "gimple-expr.h" #include "gimplify.h" diff --git a/gcc/go/go-system.h b/gcc/go/go-system.h index e70c75d..9df1341 100644 --- a/gcc/go/go-system.h +++ b/gcc/go/go-system.h @@ -130,7 +130,6 @@ struct hash<T*> #include "coretypes.h" #include "diagnostic-core.h" /* For error_at and friends. */ -#include "input.h" /* For source_location. */ #include "intl.h" /* For _(). */ // When using gcc, go_assert is just gcc_assert. |