public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* libobjc: header cleanup for new API (16)
@ 2010-12-21 13:44 Nicola Pero
  0 siblings, 0 replies; only message in thread
From: Nicola Pero @ 2010-12-21 13:44 UTC (permalink / raw)
  To: gcc-patches

In stage 1 I removed NXConstantString references from linking.m, but forgot to remove the include.
This patch fixes it.

Committed.

Thanks

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-21 11:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-21 13:44 libobjc: header cleanup for new API (16) Nicola Pero

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).