aboutsummaryrefslogtreecommitdiff
path: root/libobjc/hash.c
diff options
context:
space:
mode:
authorNicola Pero <nicola.pero@meta-innovation.com>2010-09-18 09:34:58 +0000
committerNicola Pero <nicola.pero@meta-innovation.com>2010-09-18 09:34:58 +0000
commit8d359d9f3a8b8c592b2d421e7fdf164b37bc89ce (patch)
tree91d9ff8ffcfeb22b2c75ae8a683cb8b8e0b961c1 /libobjc/hash.c
parentb662cf9cf7e65056fde5aa1d8773d191c9eb3249 (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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@164389 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/hash.c')
-rw-r--r--libobjc/hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/hash.c b/libobjc/hash.c
index 9e0a608c130..602fc84a874 100644
--- a/libobjc/hash.c
+++ b/libobjc/hash.c
@@ -23,11 +23,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
#include "objc-private/common.h"
-#include "assert.h"
+#include <assert.h> /* 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