diff options
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/c/c-decl.c | 4 | ||||
-rw-r--r-- | gcc/c/c-parser.c | 9 |
3 files changed, 18 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index dcc5548..6933312 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,8 @@ +2014-10-28 Andrew MacLeod <amacleod@redhat.com> + + * c-decl.c: Adjust include files. + * c-parser.c: Ditto. + 2014-10-27 Phil Muldoon <pmuldoon@redhat.com> Tom Tromey <tromey@redhat.com> diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index d0105ff..8196a7d 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -61,6 +61,10 @@ along with GCC; see the file COPYING3. If not see #include "tree-iterator.h" #include "diagnostic-core.h" #include "dumpfile.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "hash-table.h" #include "langhooks-def.h" diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index fa146de..d316216 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -58,6 +58,15 @@ along with GCC; see the file COPYING3. If not see #include "c-family/c-objc.h" #include "vec.h" #include "target.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "plugin.h" #include "omp-low.h" |