From 1a46e3f104bdc3c8fb448e7ed91339918a7c1a20 Mon Sep 17 00:00:00 2001 From: nicola Date: Fri, 17 Sep 2010 16:35:15 +0000 Subject: In libobjc/: * objc/hash.h: Moved into objc/deprecated/hash.h; objc/hash.h replaced with a placeholder including the file from the deprecated/ directory. * objc/objc-api.h: Updated includes. * objc/typedstream.h: Updated includes. * objc-private/hash.h: New file (private copy of hash.h). * objc/objc-list.h: Moved into objc/deprecated/objc-list.h; objc/objc-list.h replaced with a placeholder including the file from the deprecated/ directory. * objc-private/objc-list.h: New file (private copy of objc-list.h). * init.c: Include objc-private/hash.h and objc-private/objc-list.h instead of objc/hash.h and objc/objc-list.h. * selector.c: Same change. * class.c: Added include , which used to be implicitly included when hash.h was included. * exception.c: Same change. * objects.c: Same change. * sarray.c: Same change. * sendmsg.c: Same change. * Makefile.in (OBJC_DEPRECATED_H): Added hash.h and objc-list.h. (OBJC_H): Removed hash.h and objc-list.h git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164373 138bc75d-0d04-0410-961f-82ee72b054a4 --- libobjc/selector.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libobjc/selector.c') diff --git a/libobjc/selector.c b/libobjc/selector.c index 52b6ba12da5..2eaabfeb343 100644 --- a/libobjc/selector.c +++ b/libobjc/selector.c @@ -26,8 +26,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "objc/objc.h" #include "objc/objc-api.h" #include "objc/thr.h" -#include "objc/hash.h" -#include "objc/objc-list.h" +#include "objc-private/hash.h" +#include "objc-private/objc-list.h" #include "objc-private/runtime.h" #include "objc/sarray.h" #include "objc/encoding.h" -- cgit v1.2.1