From cf2236030765c1af919e1300e526dd574703a307 Mon Sep 17 00:00:00 2001 From: David Ayers Date: Wed, 8 Jun 2005 17:13:17 +0200 Subject: NXConstStr.h, [...]: Do not include Objective-C headers as system headers. 2005-06-08 David Ayers * objc/NXConstStr.h, objc/Object.h, objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h, objc/runtime.h, objc/sarray.h, objc/thr.h, objc/typedstream.h: Do not include Objective-C headers as system headers. From-SVN: r100760 --- libobjc/objc/runtime.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libobjc/objc/runtime.h') diff --git a/libobjc/objc/runtime.h b/libobjc/objc/runtime.h index f961281..f4f3746 100644 --- a/libobjc/objc/runtime.h +++ b/libobjc/objc/runtime.h @@ -34,13 +34,13 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include /* so noone else will get system versions */ #include -#include /* core data types */ -#include /* runtime api functions */ +#include "objc.h" /* core data types */ +#include "objc-api.h" /* runtime api functions */ -#include /* thread and mutex support */ +#include "thr.h" /* thread and mutex support */ -#include /* hash structures */ -#include /* linear lists */ +#include "hash.h" /* hash structures */ +#include "objc-list.h" /* linear lists */ #ifdef __cplusplus extern "C" { -- cgit v1.1