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/hash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libobjc/hash.c') diff --git a/libobjc/hash.c b/libobjc/hash.c index 9e0a608..602fc84 100644 --- a/libobjc/hash.c +++ b/libobjc/hash.c @@ -23,11 +23,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see . */ #include "objc-private/common.h" -#include "assert.h" +#include /* For assert */ #include "objc/objc.h" #include "objc/objc-api.h" -#include "objc/hash.h" +#include "objc-private/hash.h" #include "objc-private/runtime.h" /* for DEBUG_PRINTF */ /* These two macros determine when a hash table is full and -- cgit v1.1