OSDN Git Service

2005-06-08 David Ayers <d.ayers@inode.at>
[pf3gnuchains/gcc-fork.git] / libobjc / objc / runtime.h
index f961281..f4f3746 100644 (file)
@@ -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" {