diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/ChangeLog | 11 | ||||
-rw-r--r-- | gcc/objc/objc-act.c | 3 | ||||
-rw-r--r-- | gcc/objc/objc-encoding.c | 3 | ||||
-rw-r--r-- | gcc/objc/objc-gnu-runtime-abi-01.c | 3 | ||||
-rw-r--r-- | gcc/objc/objc-lang.c | 3 | ||||
-rw-r--r-- | gcc/objc/objc-map.c | 3 | ||||
-rw-r--r-- | gcc/objc/objc-next-runtime-abi-01.c | 3 | ||||
-rw-r--r-- | gcc/objc/objc-next-runtime-abi-02.c | 3 | ||||
-rw-r--r-- | gcc/objc/objc-runtime-shared-support.c | 3 |
9 files changed, 19 insertions, 16 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 83b423f4bc3..824877b97da 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,14 @@ +2015-07-07 Andrew MacLeod <amacleod@redhat.com> + + * objc-act.c: Adjust includes. + * objc-encoding.c: Likewise. + * objc-gnu-runtime-abi-01.c: Likewise. + * objc-lang.c: Likewise. + * objc-map.c: Likewise. + * objc-next-runtime-abi-01.c: Likewise. + * objc-next-runtime-abi-02.c: Likewise. + * objc-runtime-shared-support.c: Likewise. + 2015-06-25 Andrew MacLeod <amacleod@redhat.com> * objc-act.c: Remove ipa-ref.h and plugin-api.h from include list. diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index f1b56e80766..a1e32fc2795 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -23,9 +23,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "fold-const.h" #include "stringpool.h" #include "stor-layout.h" diff --git a/gcc/objc/objc-encoding.c b/gcc/objc/objc-encoding.c index 17c0b217710..48480213534 100644 --- a/gcc/objc/objc-encoding.c +++ b/gcc/objc/objc-encoding.c @@ -21,9 +21,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "stringpool.h" #include "stor-layout.h" diff --git a/gcc/objc/objc-gnu-runtime-abi-01.c b/gcc/objc/objc-gnu-runtime-abi-01.c index 55d6ed7964b..d91db2b2e03 100644 --- a/gcc/objc/objc-gnu-runtime-abi-01.c +++ b/gcc/objc/objc-gnu-runtime-abi-01.c @@ -22,9 +22,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "fold-const.h" #include "stringpool.h" diff --git a/gcc/objc/objc-lang.c b/gcc/objc/objc-lang.c index d74655bac78..530f2725575 100644 --- a/gcc/objc/objc-lang.c +++ b/gcc/objc/objc-lang.c @@ -24,9 +24,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "c/c-tree.h" #include "c-family/c-common.h" #include "c-family/c-objc.h" diff --git a/gcc/objc/objc-map.c b/gcc/objc/objc-map.c index fd894126a18..73834a8cb78 100644 --- a/gcc/objc/objc-map.c +++ b/gcc/objc/objc-map.c @@ -21,9 +21,8 @@ Boston, MA 02110-1301, USA. */ #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "objc-map.h" #define OUT_OF_MEMORY { fprintf (stderr, "Out of memory\n"); abort (); } diff --git a/gcc/objc/objc-next-runtime-abi-01.c b/gcc/objc/objc-next-runtime-abi-01.c index 27978031e47..337771f6a6c 100644 --- a/gcc/objc/objc-next-runtime-abi-01.c +++ b/gcc/objc/objc-next-runtime-abi-01.c @@ -27,9 +27,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "fold-const.h" #include "stringpool.h" diff --git a/gcc/objc/objc-next-runtime-abi-02.c b/gcc/objc/objc-next-runtime-abi-02.c index 3bf951c3a64..4f4aff92b48 100644 --- a/gcc/objc/objc-next-runtime-abi-02.c +++ b/gcc/objc/objc-next-runtime-abi-02.c @@ -30,9 +30,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "fold-const.h" #include "stringpool.h" diff --git a/gcc/objc/objc-runtime-shared-support.c b/gcc/objc/objc-runtime-shared-support.c index a6ad2301f39..56013b15ab3 100644 --- a/gcc/objc/objc-runtime-shared-support.c +++ b/gcc/objc/objc-runtime-shared-support.c @@ -23,9 +23,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "alias.h" -#include "symtab.h" -#include "options.h" #include "tree.h" +#include "options.h" #include "stringpool.h" #ifdef OBJCPLUS |