aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/Object.h
diff options
context:
space:
mode:
authorNicola Pero <nicola.pero@meta-innovation.com>2010-12-19 01:43:02 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-12-19 01:43:02 +0000
commitc34fc9884e9fef948e8b99a436d6f6d0eaf84130 (patch)
tree8874ae85b949a75465c84610c09b9c1547e1cd33 /libobjc/objc/Object.h
parent5ec582f9383cbdc56e12a9826839f1874fc34d6f (diff)
downloadgcc-c34fc9884e9fef948e8b99a436d6f6d0eaf84130.zip
gcc-c34fc9884e9fef948e8b99a436d6f6d0eaf84130.tar.gz
gcc-c34fc9884e9fef948e8b99a436d6f6d0eaf84130.tar.bz2
In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> * objc/Object.h: Include deprecated/typedstream.h and deprecated/hash.h instead of typedstream.h. Updated comments. From-SVN: r168043
Diffstat (limited to 'libobjc/objc/Object.h')
-rw-r--r--libobjc/objc/Object.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h
index 379e906..f036b76 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