diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/objc/objc-act.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 7c44fd7..8777efb 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,6 +1,10 @@ +2013-11-14 Andrew MacLeod <amacleod@redhat.com> + + * objc-act.c: Include only gimplify.h and gimple.h as needed. + 2013-11-12 Andrew MacLeod <amacleod@redhat.com> - * objc/objc-act.c: Include gimplify.h. + * objc-act.c: Include gimplify.h. 2013-11-07 Andrew MacLeod <amacleod@redhat.com> diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 34c5282..9a640a3 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -60,6 +60,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pretty-print.h" /* For enum gimplify_status */ +#include "gimple.h" #include "gimplify.h" /* For encode_method_prototype(). */ |