summaryrefslogtreecommitdiff
path: root/libobjc/hash.c
diff options
context:
space:
mode:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-21 11:50:14 +0000
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-21 11:50:14 +0000
commitd7195a659c99202b186b44fce1bc13b45b3bf916 (patch)
tree653a4b51d95f0dd2a3692e94dc65b13dc130d56d /libobjc/hash.c
parent5fe0cb1f487c4141ec62245fffb66f5b84208831 (diff)
downloadgcc-d7195a659c99202b186b44fce1bc13b45b3bf916.tar.gz
In libobjc/:
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. * hash.c: Do not include objc-private/runtime.h and objc/thr.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168111 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/hash.c')
-rw-r--r--libobjc/hash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libobjc/hash.c b/libobjc/hash.c
index e699f024172..138a2504db2 100644
--- a/libobjc/hash.c
+++ b/libobjc/hash.c
@@ -26,9 +26,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include <assert.h> /* For assert. */
#include "objc/runtime.h" /* For objc_calloc. */
-#include "objc/thr.h" /* Required by objc-private/runtime.h. */
#include "objc-private/hash.h"
-#include "objc-private/runtime.h" /* for DEBUG_PRINTF. */
/* These two macros determine when a hash table is full and
by how much it should be expanded respectively.