diff options
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/c/c-array-notation.c | 1 | ||||
-rw-r--r-- | gcc/c/c-objc-common.c | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 792198b8f0f..a75f2e8a292 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,8 @@ +2015-07-09 Andrew MacLeod <amacleod@redhat.com> + + * c-array-notation.c: Adjust includes for flags.h changes. + * c-objc-common.c: Likewise. + 2015-07-07 Andrew MacLeod <amacleod@redhat.com> * c-array-notation.c: Adjust includes. diff --git a/gcc/c/c-array-notation.c b/gcc/c/c-array-notation.c index 26147cec960..3de75692973 100644 --- a/gcc/c/c-array-notation.c +++ b/gcc/c/c-array-notation.c @@ -70,7 +70,6 @@ #include "coretypes.h" #include "tree.h" #include "alias.h" -#include "flags.h" #include "c-tree.h" #include "gimple-expr.h" #include "tree-iterator.h" diff --git a/gcc/c/c-objc-common.c b/gcc/c/c-objc-common.c index bbb949a8051..47fd7de05ed 100644 --- a/gcc/c/c-objc-common.c +++ b/gcc/c/c-objc-common.c @@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tree.h" #include "alias.h" -#include "flags.h" #include "c-tree.h" #include "intl.h" #include "c-family/c-pretty-print.h" |