From 348a34452087772cd6239c29fc30bb1e1ff4ce33 Mon Sep 17 00:00:00 2001 From: David Ayers Date: Tue, 7 Jun 2005 23:04:19 +0200 Subject: archive.c, [...]: Include hash.h. 2005-06-07 David Ayers * archive.c, init.c, selector.c: Include hash.h. * archive.c, class.c, encoding.c, gc.c, hash.c, hash_compat.c, init.c, misc.c, nil_method.c, objects.c, sarray.c, selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c: Include Objective-C headers with quotes and objc/ directory prefix. From-SVN: r100723 --- libobjc/encoding.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libobjc/encoding.c') diff --git a/libobjc/encoding.c b/libobjc/encoding.c index 7f71276b556..95cf6527736 100644 --- a/libobjc/encoding.c +++ b/libobjc/encoding.c @@ -32,8 +32,8 @@ Boston, MA 02111-1307, USA. */ #include "tconfig.h" #include "coretypes.h" #include "tm.h" -#include "objc-api.h" -#include "encoding.h" +#include "objc/objc-api.h" +#include "objc/encoding.h" #include #undef MAX -- cgit v1.2.3