aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/objc-api.h
diff options
context:
space:
mode:
authorDavid Ayers <d.ayers@inode.at>2005-06-08 17:13:17 +0200
committerDavid Ayers <ayers@gcc.gnu.org>2005-06-08 15:13:17 +0000
commitcf2236030765c1af919e1300e526dd574703a307 (patch)
treec73dc4372d9529b9fd152b42810f290146cc70cf /libobjc/objc/objc-api.h
parent70ae01917f3e136fb5b652d05bf8168d218b0855 (diff)
downloadgcc-cf2236030765c1af919e1300e526dd574703a307.zip
gcc-cf2236030765c1af919e1300e526dd574703a307.tar.gz
gcc-cf2236030765c1af919e1300e526dd574703a307.tar.bz2
NXConstStr.h, [...]: Do not include Objective-C headers as system headers.
2005-06-08 David Ayers <d.ayers@inode.at> * 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
Diffstat (limited to 'libobjc/objc/objc-api.h')
-rw-r--r--libobjc/objc/objc-api.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libobjc/objc/objc-api.h b/libobjc/objc/objc-api.h
index 58df4ea..9011ab5 100644
--- a/libobjc/objc/objc-api.h
+++ b/libobjc/objc/objc-api.h
@@ -27,10 +27,10 @@ Boston, MA 02111-1307, USA. */
#ifndef __objc_api_INCLUDE_GNU
#define __objc_api_INCLUDE_GNU
-#include <objc/objc.h>
-#include <objc/hash.h>
-#include <objc/thr.h>
-#include <objc/objc-decls.h>
+#include "objc.h"
+#include "hash.h"
+#include "thr.h"
+#include "objc-decls.h"
#include <stdio.h>
#include <stdarg.h>