aboutsummaryrefslogtreecommitdiff
path: root/libobjc/selector.c
diff options
context:
space:
mode:
authorNicola Pero <nicola.pero@meta-innovation.com>2010-09-18 09:34:58 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-09-18 09:34:58 +0000
commit5d3b14bd9ac79db3f2b957752b41bd0641f49829 (patch)
tree91d9ff8ffcfeb22b2c75ae8a683cb8b8e0b961c1 /libobjc/selector.c
parentfc99f7809e92e922356761380539cf4c388f48b8 (diff)
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 <assert.h> instead of "assert.h" * sarray.c: Include <assert.h> 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 <assert.h>. Include objc-private/sarray.h instead of objc/sarray.h. * Makefile.in (OBJC_DEPRECATED_H): Added sarray.h. From-SVN: r164389
Diffstat (limited to 'libobjc/selector.c')
-rw-r--r--libobjc/selector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/selector.c b/libobjc/selector.c
index 2eaabfeb343..10b7ab63dad 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 */