aboutsummaryrefslogtreecommitdiffstats
path: root/method.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-11 23:22:05 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-11 23:22:05 +0000
commit146a259568da5f56b3e9a7ee29451a98ab8b16b9 (patch)
treed3ab33ed20e11cfd3cf631e73704ed2327494a46 /method.h
parentfea779829b8d1a1d0901c33ca4ffe212fa4813ee (diff)
downloadruby-146a259568da5f56b3e9a7ee29451a98ab8b16b9.tar.gz
* load.c: removed unused header file "node.h".
* method.h: ditto. * symbol.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'method.h')
-rw-r--r--method.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/method.h b/method.h
index 2e6897f1d7..2cd40a5753 100644
--- a/method.h
+++ b/method.h
@@ -12,7 +12,6 @@
#define METHOD_H
#include "internal.h"
-#include "node.h"
#ifndef END_OF_ENUMERATION
# if defined(__GNUC__) &&! defined(__STRICT_ANSI__)