In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>

In libobjc/:
2010-12-21  Nicola Pero  <nicola.pero@meta-innovation.com>

	* linking.m: Do not include objc/NXConstStr.h.

From-SVN: r168112
This commit is contained in:
Nicola Pero 2010-12-21 11:58:48 +00:00 committed by Nicola Pero
parent 9c68c0e598
commit bebf8772de
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
* linking.m: Do not include objc/NXConstStr.h.
2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com> 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
* objc-private/runtime.h (DEBUG_PRINTF): Moved from here ... * objc-private/runtime.h (DEBUG_PRINTF): Moved from here ...

View File

@ -25,7 +25,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "objc-private/common.h" #include "objc-private/common.h"
#include <objc/Object.h> #include <objc/Object.h>
#include <objc/NXConstStr.h>
/* Generate references to Object class since it is needed by the /* Generate references to Object class since it is needed by the
runtime system to run correctly. */ runtime system to run correctly. */