summaryrefslogtreecommitdiffhomepage
path: root/src/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.c')
-rw-r--r--src/kernel.c5
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"