summaryrefslogtreecommitdiffhomepage
path: root/src/codegen.c
diff options
context:
space:
mode:
authorJunji Sawada <[email protected]>2012-07-14 11:39:25 +0900
committerJunji Sawada <[email protected]>2012-07-14 11:39:25 +0900
commit96366117ea4bd91bccf00110469765ebc1ebaa8c (patch)
treea0ea5f5df41847e0978ddeeb73ceccb698121438 /src/codegen.c
parent08f7fab377dab2ed4d9e6d7f4a304f2ce804d12c (diff)
downloadmruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.tar.gz
mruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.zip
Remove unnecessary header inclusion
Diffstat (limited to 'src/codegen.c')
-rw-r--r--src/codegen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/codegen.c b/src/codegen.c
index 6db09f310..9166b7144 100644
--- a/src/codegen.c
+++ b/src/codegen.c
@@ -10,15 +10,12 @@
#include "mruby.h"
#include "mruby/string.h"
#include "mruby/irep.h"
-#include "mruby/proc.h"
#include "mruby/compile.h"
#include "mruby/numeric.h"
#include "opcode.h"
#include "node.h"
#include <string.h>
#include <stdlib.h>
-#include <errno.h>
-#include <limits.h>
#include <ctype.h>
typedef mrb_ast_node node;