In libobjc/:
* memory.c: Do not include objc-private/runtime.h. From-SVN: r164225
This commit is contained in:
parent
d1be5d82e0
commit
457e68e7b2
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-09-12 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* memory.c: Do not include objc-private/runtime.h.
|
||||
|
||||
2010-09-12 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* objc/deprecated/objc_malloc.h: New file.
|
||||
|
|
|
@ -42,7 +42,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|||
|
||||
#include "objc/objc.h"
|
||||
#include "objc/objc-api.h"
|
||||
#include "objc-private/runtime.h"
|
||||
|
||||
#if OBJC_WITH_GC
|
||||
#include <gc.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue