aboutsummaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-01 06:44:16 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-01 06:44:16 +0000
commitcd909b553f85cff810c5f588ece29994f68d1fe8 (patch)
tree935ffdb5eb58ead7f82ff6ba5e1e3cb919b6a3a9 /struct.c
parent900931cc7afc6d77bcea72fc011ca6b16ae2d490 (diff)
downloadruby-cd909b553f85cff810c5f588ece29994f68d1fe8.tar.gz
* 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
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/struct.c b/struct.c
index cd427ffef5..7e5504ac3e 100644
--- a/struct.c
+++ b/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);