summaryrefslogtreecommitdiffhomepage
path: root/src/hash.c
diff options
context:
space:
mode:
authorJunji Sawada <[email protected]>2012-07-14 11:39:25 +0900
committerJunji Sawada <[email protected]>2012-07-14 11:39:25 +0900
commit96366117ea4bd91bccf00110469765ebc1ebaa8c (patch)
treea0ea5f5df41847e0978ddeeb73ceccb698121438 /src/hash.c
parent08f7fab377dab2ed4d9e6d7f4a304f2ce804d12c (diff)
downloadmruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.tar.gz
mruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.zip
Remove unnecessary header inclusion
Diffstat (limited to 'src/hash.c')
-rw-r--r--src/hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash.c b/src/hash.c
index ed8b70270..dacef4713 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -11,7 +11,6 @@
#include "mruby/array.h"
#include "mruby/string.h"
#include "mruby/variable.h"
-#include <string.h>
static inline khint_t
mrb_hash_ht_hash_func(mrb_state *mrb, mrb_value key)