From cd909b553f85cff810c5f588ece29994f68d1fe8 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 1 Jun 2015 06:44:16 +0000 Subject: * 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 --- class.c | 1 - 1 file changed, 1 deletion(-) (limited to 'class.c') diff --git a/class.c b/class.c index 2409e0d68b..cbeeb05300 100644 --- a/class.c +++ b/class.c @@ -25,7 +25,6 @@ #include "internal.h" #include "ruby/st.h" -#include "method.h" #include "constant.h" #include "vm_core.h" #include -- cgit v1.2.3