summaryrefslogtreecommitdiffhomepage
path: root/src/error.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-04 13:49:57 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-04 13:49:57 +0900
commit5a6193ffddf6c0d8b3d564a04133d66baf54e511 (patch)
tree8f995e2136154f7a3ad73842302e68decda1571a /src/error.c
parent300f97a0d2f5a891a52326473015c92b48de8c4e (diff)
downloadmruby-5a6193ffddf6c0d8b3d564a04133d66baf54e511.tar.gz
mruby-5a6193ffddf6c0d8b3d564a04133d66baf54e511.zip
remove unused eval_intern.h; make clean first
Diffstat (limited to 'src/error.c')
-rw-r--r--src/error.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/error.c b/src/error.c
index d18311633..f57f0e5e6 100644
--- a/src/error.c
+++ b/src/error.c
@@ -16,7 +16,6 @@
#include "mruby/numeric.h"
#include "mruby/variable.h"
#include "mruby/string.h"
-#include "eval_intern.h"
#include "mruby/class.h"
#define warn_printf printf