aboutsummaryrefslogtreecommitdiffstats
path: root/class.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
commit1ade852ad278d63ec27bebee45e35fdc532483ad (patch)
tree935ffdb5eb58ead7f82ff6ba5e1e3cb919b6a3a9 /class.c
parent96df9d87463b2b2099468ad4bfd6d50fa601408f (diff)
downloadruby-1ade852ad278d63ec27bebee45e35fdc532483ad.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 'class.c')
-rw-r--r--class.c1
1 files changed, 0 insertions, 1 deletions
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 <ctype.h>