diff options
Diffstat (limited to 'gcc/jit')
-rw-r--r-- | gcc/jit/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/jit/dummy-frontend.c | 1 | ||||
-rw-r--r-- | gcc/jit/jit-common.h | 1 | ||||
-rw-r--r-- | gcc/jit/jit-playback.c | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 0ba2fd6..d9e61b6 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,9 @@ +2015-06-17 Andrew MacLeod <amacleod@redhat.com> + + * dummy-frontend.c: Do not include input.h, line-map.h or is-a.h. + * jit-common.h: Likewise. + * jit-playback.c: Likewise. + 2015-06-16 David Malcolm <dmalcolm@redhat.com> PR jit/66539 diff --git a/gcc/jit/dummy-frontend.c b/gcc/jit/dummy-frontend.c index a0c404d..e3611cf 100644 --- a/gcc/jit/dummy-frontend.c +++ b/gcc/jit/dummy-frontend.c @@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "langhooks-def.h" #include "hash-map.h" -#include "is-a.h" #include "plugin-api.h" #include "vec.h" #include "hashtab.h" diff --git a/gcc/jit/jit-common.h b/gcc/jit/jit-common.h index 160e7c8..5a8a56d 100644 --- a/gcc/jit/jit-common.h +++ b/gcc/jit/jit-common.h @@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see #include "libgccjit.h" -#include "input.h" #include "vec.h" #include "alias.h" #include "flags.h" diff --git a/gcc/jit/jit-playback.c b/gcc/jit/jit-playback.c index dbbfc52..14ed277 100644 --- a/gcc/jit/jit-playback.c +++ b/gcc/jit/jit-playback.c @@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "opts.h" #include "hashtab.h" -#include "input.h" #include "statistics.h" #include "vec.h" #include "alias.h" @@ -33,7 +32,6 @@ along with GCC; see the file COPYING3. If not see #include "inchash.h" #include "tree.h" #include "hash-map.h" -#include "is-a.h" #include "plugin-api.h" #include "vec.h" #include "hashtab.h" |