Commit 7e3a8b7a authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Remove unused C header file from `src/etc.c`

parent 8f19d516
/*
** etc.c -
** etc.c
**
** See Copyright Notice in mruby.h
*/
......@@ -8,8 +8,6 @@
#include <mruby/string.h>
#include <mruby/data.h>
#include <mruby/class.h>
#include <mruby/re.h>
#include <mruby/irep.h>
MRB_API struct RData*
mrb_data_object_alloc(mrb_state *mrb, struct RClass *klass, void *ptr, const mrb_data_type *type)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment