mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* class.c: remove needless include pragmra for method.h.
* struct.c: ditto. * vm_method.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
900931cc7a
commit
cd909b553f
4 changed files with 8 additions and 3 deletions
1
struct.c
1
struct.c
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include "internal.h"
|
||||
#include "vm_core.h"
|
||||
#include "method.h"
|
||||
|
||||
VALUE rb_method_for_self_aref(VALUE name, VALUE arg, rb_insn_func_t func);
|
||||
VALUE rb_method_for_self_aset(VALUE name, VALUE arg, rb_insn_func_t func);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue