]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
In libobjc/:
authorNicola Pero <nicola.pero@meta-innovation.com>
Sat, 11 Sep 2010 15:16:49 +0000 (15:16 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Sat, 11 Sep 2010 15:16:49 +0000 (15:16 +0000)
       * archive.c: Removed not needed includes.
       * class.c: Same change.
       * hash.c: Same change.
       * misc.c: Same change.
       * nil_method.c: Same change.
       * objects.c: Same change.
       * sarray.c: Same change.
       * sendmsg.c: Same change.
       * thr.c: Same change.

From-SVN: r164214

libobjc/ChangeLog
libobjc/archive.c
libobjc/class.c
libobjc/hash.c
libobjc/misc.c
libobjc/nil_method.c
libobjc/objects.c
libobjc/sarray.c
libobjc/sendmsg.c
libobjc/thr.c

index 784056bf1e5b0bb60124660a4dfba2fc730473e2..00b1de3dd3948aedd923fb64129da97f801bbf99 100644 (file)
@@ -1,3 +1,15 @@
+2010-09-11  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * archive.c: Removed not needed includes.
+       * class.c: Same change.
+       * hash.c: Same change.
+       * misc.c: Same change.
+       * nil_method.c: Same change.
+       * objects.c: Same change.
+       * sarray.c: Same change.
+       * sendmsg.c: Same change.
+       * thr.c: Same change.
+
 2010-09-11  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        * objc/runtime.h: Moved to objc-private/runtime.h.  Do not include
index 5275c63042b4b9c27de6d306819eb658d758dc73..87d5ad8375d0f2dec244d20ed0f37c4b3b0699e5 100644 (file)
@@ -25,7 +25,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "tconfig.h"
 #include "objc/objc.h"
 #include "objc/objc-api.h"
-#include "objc/thr.h"
 #include "objc/hash.h"
 #include "objc/objc-list.h" 
 #include "objc-private/runtime.h"
index f3bb07b1980f8e305e155b4a2575887b0de185b6..c86cbb4dcc984729b89b4d9eca5c6f12028f6ccb 100644 (file)
@@ -90,10 +90,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc/objc.h"
 #include "objc/objc-api.h"
 #include "objc/thr.h"
-#include "objc/hash.h"
-#include "objc/objc-list.h" 
 #include "objc-private/runtime.h"            /* the kitchen sink */
-#include "objc/sarray.h"
 
 /* We use a table which maps a class name to the corresponding class
  * pointer.  The first part of this file defines this table, and
index 69b0b9f216271e67743813fd779aa94c4fcf213a..697f2e1b69bbdb47dc7b196b95bffcb373bacbd8 100644 (file)
@@ -26,9 +26,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 
 #include "objc/objc.h"
 #include "objc/objc-api.h"
-#include "objc/thr.h"
 #include "objc/hash.h"
-#include "objc/objc-list.h" 
 #include "objc-private/runtime.h"              /* for DEBUG_PRINTF */
 
 /* These two macros determine when a hash table is full and
index 987acfc2e204fd11737f62006604a3c196e268d5..e67f345df5e96d6b857821b2442ad50da609dda5 100644 (file)
@@ -29,9 +29,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include <stdlib.h>
 #include "objc/objc.h"
 #include "objc/objc-api.h"
-#include "objc/thr.h"
-#include "objc/hash.h"
-#include "objc/objc-list.h" 
 #include "objc-private/runtime.h"
 
 /*
index c58515baa5b7141a271cad92f521c28c965a085b..a5364eab4ce178758753aeb86c432247b0999329 100644 (file)
@@ -27,11 +27,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    of a method is nil */
 
 #include "objc/objc.h"
-#include "objc/objc-api.h"
-#include "objc/thr.h"
-#include "objc/hash.h"
-#include "objc/objc-list.h" 
-#include "objc-private/runtime.h"
 
 /* When the receiver of a method invocation is nil, the runtime
    returns nil_method() as the method implementation.  This function
index 10ac3a991022b6b87e0cdbf373a308137d1a6b7c..fcfce1e490dad71df743e1247f5fc2a2e7f790b3 100644 (file)
@@ -26,9 +26,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "tconfig.h"         /* include defs of bzero for target */
 #include "objc/objc.h"
 #include "objc/objc-api.h"
-#include "objc/thr.h"
-#include "objc/hash.h"
-#include "objc/objc-list.h" 
 #include "objc-private/runtime.h"              /* the kitchen sink */
 
 #if OBJC_WITH_GC
index c4d7fbb6b364406a13879c23be8a894c09fceff1..79172ea93beee6b8d68d405b34d7e0a91b6d25eb 100644 (file)
@@ -27,8 +27,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc/objc.h"
 #include "objc/objc-api.h"
 #include "objc/thr.h"
-#include "objc/hash.h"
-#include "objc/objc-list.h" 
 #include "objc-private/runtime.h"
 #include <stdio.h>
 #include "assert.h"
index 5b0d3604a7bf7f93b0a87f67648167f95d53f0f2..682fbe11022a027127e0748bf3184c95bef58e4b 100644 (file)
@@ -34,8 +34,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc/objc.h"
 #include "objc/objc-api.h"
 #include "objc/thr.h"
-#include "objc/hash.h"
-#include "objc/objc-list.h"
 #include "objc-private/runtime.h"
 #include "objc/sarray.h"
 #include "objc/encoding.h"
index b2a896a0f4541f0c92a4a2b6e77456c074d25249..5b39ada2788274638725b6a307105898ac86f682 100644 (file)
@@ -38,8 +38,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc/thr.h"
 #include "objc/objc.h"
 #include "objc/objc-api.h"
-#include "objc/hash.h"
-#include "objc/objc-list.h" 
 #include "objc-private/runtime.h"
 #include <gthr.h>