diff options
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/c/c-decl.c | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 690c315..e999e6f 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,7 @@ +2014-10-16 Andrew MacLeod <amacleod@redhat.com> + + * c-decl.c: Adjust include files. + 2014-10-14 DJ Delorie <dj@redhat.com> * c-parser.c (c_parse_init): Add RID entries for each __intN. diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index d994114..fb16be6 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -38,6 +38,11 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "tree-inline.h" #include "flags.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" #include "function.h" #include "c-tree.h" #include "toplev.h" @@ -59,7 +64,6 @@ along with GCC; see the file COPYING3. If not see #include "cgraph.h" #include "hash-table.h" #include "langhooks-def.h" -#include "hash-set.h" #include "plugin.h" #include "c-family/c-ada-spec.h" #include "cilk.h" |