From 5d3b14bd9ac79db3f2b957752b41bd0641f49829 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Sat, 18 Sep 2010 09:34:58 +0000 Subject: In libobjc/: * hash.c: Include objc-private/hash.h instead of objc/hash.h. * objc/sarray.h: Moved into objc/deprecated/sarray.h; objc/sarray.h replaced with a placeholder including the file from the deprecated/ directory. * objc-private/sarray.h: New file (private copy of sarray.h). * hash.c: Include instead of "assert.h" * sarray.c: Include instead of "assert.h". Include objc-private/sarray.h instead of objc/sarray.h. * selector.c: Include objc-private/sarray.h instead of objc/sarray.h. * sendmsg.c: Include . Include objc-private/sarray.h instead of objc/sarray.h. * Makefile.in (OBJC_DEPRECATED_H): Added sarray.h. From-SVN: r164389 --- libobjc/selector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libobjc/selector.c') diff --git a/libobjc/selector.c b/libobjc/selector.c index 2eaabfe..10b7ab63 100644 --- a/libobjc/selector.c +++ b/libobjc/selector.c @@ -29,7 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "objc-private/hash.h" #include "objc-private/objc-list.h" #include "objc-private/runtime.h" -#include "objc/sarray.h" +#include "objc-private/sarray.h" #include "objc/encoding.h" /* Initial selector hash table size. Value doesn't matter much */ -- cgit v1.1