From 724012a23d8274543002eb42ef71d87308481d40 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 12 Mar 2015 01:55:58 +0000 Subject: * internal.h, node.h: move a definition of `struct rb_global_entry' and related functions from node.h to internal.h. * variable.c: remove unused include pragma. * common.mk: remove unused dependency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- variable.c | 1 - 1 file changed, 1 deletion(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 1ce0d66a63..1845e38b60 100644 --- a/variable.c +++ b/variable.c @@ -14,7 +14,6 @@ #include "internal.h" #include "ruby/st.h" #include "ruby/util.h" -#include "node.h" #include "constant.h" #include "id.h" -- cgit v1.2.3