summaryrefslogtreecommitdiff
path: root/libobjc/objc/runtime.h
diff options
context:
space:
mode:
authorayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-08 15:13:17 +0000
committerayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-08 15:13:17 +0000
commitbafbe9351f02e858b62dc506b9c585ece370662c (patch)
treec73dc4372d9529b9fd152b42810f290146cc70cf /libobjc/objc/runtime.h
parentcee50ddde77403d855ad4aa74e5ba840925dd99a (diff)
downloadgcc-bafbe9351f02e858b62dc506b9c585ece370662c.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc/runtime.h')
-rw-r--r--libobjc/objc/runtime.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libobjc/objc/runtime.h b/libobjc/objc/runtime.h
index f9612818c44..f4f3746c0bb 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 <stddef.h> /* so noone else will get system versions */
#include <assert.h>
-#include <objc/objc.h> /* core data types */
-#include <objc/objc-api.h> /* runtime api functions */
+#include "objc.h" /* core data types */
+#include "objc-api.h" /* runtime api functions */
-#include <objc/thr.h> /* thread and mutex support */
+#include "thr.h" /* thread and mutex support */
-#include <objc/hash.h> /* hash structures */
-#include <objc/objc-list.h> /* linear lists */
+#include "hash.h" /* hash structures */
+#include "objc-list.h" /* linear lists */
#ifdef __cplusplus
extern "C" {