summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-07-13 21:54:19 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-07-13 21:54:19 -0700
commit89a67f4e4eb179f4173da0fd26e25df33d8a164b (patch)
treea0ea5f5df41847e0978ddeeb73ceccb698121438 /include
parent08f7fab377dab2ed4d9e6d7f4a304f2ce804d12c (diff)
parent96366117ea4bd91bccf00110469765ebc1ebaa8c (diff)
downloadmruby-89a67f4e4eb179f4173da0fd26e25df33d8a164b.tar.gz
mruby-89a67f4e4eb179f4173da0fd26e25df33d8a164b.zip
Merge pull request #366 from junjis0203/remove_unnecessary_header
Remove unnecessary header inclusion
Diffstat (limited to 'include')
-rw-r--r--include/mruby/khash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/khash.h b/include/mruby/khash.h
index 0803521b7..09b23f6af 100644
--- a/include/mruby/khash.h
+++ b/include/mruby/khash.h
@@ -12,7 +12,6 @@ extern "C" {
#endif
#include <stdint.h>
-#include <stdlib.h>
#include <string.h>
typedef uint32_t khint_t;