diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-06-01 02:45:23 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-06-01 02:45:23 +0900 |
| commit | 9b9b34569741c213de0d6ce29f9ea1ec49bdc1c5 (patch) | |
| tree | d6cac42c9ed0a222ee1441fdb14815274307ff25 /src | |
| parent | 69ed2d2c3c4d1ceda1af956172af14e94bd4cef9 (diff) | |
| download | mruby-9b9b34569741c213de0d6ce29f9ea1ec49bdc1c5.tar.gz mruby-9b9b34569741c213de0d6ce29f9ea1ec49bdc1c5.zip | |
remove unnecessary header inclusion from hash.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/hash.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hash.c b/src/hash.c index 2b5657c75..a06becd91 100644 --- a/src/hash.c +++ b/src/hash.c @@ -11,11 +11,7 @@ #include "mruby/array.h" #include "mruby/string.h" #include "mruby/variable.h" -#include "st.h" -#include <errno.h> #include <string.h> - - #include <stdio.h> static inline khint_t |
