diff mbox

=?UTF-8?Q?libobjc:=20header=20cleanup=20for=20new=20API=20(16)?=

Message ID 1292932732.830121477@192.168.2.228
State New
Headers show

Commit Message

Nicola Pero Dec. 21, 2010, 11:58 a.m. UTC
In stage 1 I removed NXConstantString references from linking.m, but forgot to remove the include.
This patch fixes it.

Committed.

Thanks
diff mbox

Patch

Index: linking.m
===================================================================
--- linking.m   (revision 168108)
+++ linking.m   (working copy)
@@ -25,7 +25,6 @@ 
 
 #include "objc-private/common.h"
 #include <objc/Object.h>
-#include <objc/NXConstStr.h>
 
 /* Generate references to Object class since it is needed by the
    runtime system to run correctly.  */
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 168111)
+++ ChangeLog   (working copy)
@@ -1,4 +1,8 @@ 
 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>
 
        * objc-private/runtime.h (DEBUG_PRINTF): Moved from here ...
        * objc-private/common.h (DEBUG_PRINTF): To here.