diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-07-13 21:54:19 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-07-13 21:54:19 -0700 |
| commit | 89a67f4e4eb179f4173da0fd26e25df33d8a164b (patch) | |
| tree | a0ea5f5df41847e0978ddeeb73ceccb698121438 /src/hash.c | |
| parent | 08f7fab377dab2ed4d9e6d7f4a304f2ce804d12c (diff) | |
| parent | 96366117ea4bd91bccf00110469765ebc1ebaa8c (diff) | |
| download | mruby-89a67f4e4eb179f4173da0fd26e25df33d8a164b.tar.gz mruby-89a67f4e4eb179f4173da0fd26e25df33d8a164b.zip | |
Merge pull request #366 from junjis0203/remove_unnecessary_header
Remove unnecessary header inclusion
Diffstat (limited to 'src/hash.c')
| -rw-r--r-- | src/hash.c | 1 |
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) |
