From c34fc9884e9fef948e8b99a436d6f6d0eaf84130 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Sun, 19 Dec 2010 01:43:02 +0000 Subject: [PATCH] In libobjc/: 2010-12-19 Nicola Pero In libobjc/: 2010-12-19 Nicola Pero * objc/Object.h: Include deprecated/typedstream.h and deprecated/hash.h instead of typedstream.h. Updated comments. From-SVN: r168043 --- libobjc/ChangeLog | 5 +++++ libobjc/objc/Object.h | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index dd0769029c82..b551ea4f92f9 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-19 Nicola Pero + + * objc/Object.h: Include deprecated/typedstream.h and + deprecated/hash.h instead of typedstream.h. Updated comments. + 2010-12-19 Nicola Pero * Makefile.in (OBJC_DEPRECATED_H): Added objc_msg_sendv.h. diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h index 379e906455ae..f036b76b9a2c 100644 --- a/libobjc/objc/Object.h +++ b/libobjc/objc/Object.h @@ -27,7 +27,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define __object_INCLUDE_GNU #include "objc.h" -#include "typedstream.h" #ifdef __cplusplus extern "C" { @@ -56,6 +55,10 @@ extern "C" { - (BOOL)isEqual: (id)anObject; @end +/* All of the following includes were deprecated in GCC 4.6 and will + be removed in the next release. */ +#include "deprecated/hash.h" +#include "deprecated/typedstream.h" #include "deprecated/Object.h" #ifdef __cplusplus -- 2.43.5