diff options
| author | Junji Sawada <[email protected]> | 2012-07-14 11:39:25 +0900 |
|---|---|---|
| committer | Junji Sawada <[email protected]> | 2012-07-14 11:39:25 +0900 |
| commit | 96366117ea4bd91bccf00110469765ebc1ebaa8c (patch) | |
| tree | a0ea5f5df41847e0978ddeeb73ceccb698121438 /src/kernel.c | |
| parent | 08f7fab377dab2ed4d9e6d7f4a304f2ce804d12c (diff) | |
| download | mruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.tar.gz mruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.zip | |
Remove unnecessary header inclusion
Diffstat (limited to 'src/kernel.c')
| -rw-r--r-- | src/kernel.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/kernel.c b/src/kernel.c index 240c0dcb3..f5a1f3d53 100644 --- a/src/kernel.c +++ b/src/kernel.c @@ -6,14 +6,9 @@ #include "mruby.h" #include "mruby/string.h" -#include <string.h> -#include <stdlib.h> #include "mruby/proc.h" -#include "mruby/range.h" #include "mruby/array.h" -#include "mruby/hash.h" #include "mruby/class.h" -#include "mruby/struct.h" #include "mruby/variable.h" #include "error.h" |
