From 54fe7082dc711061cce8884bfd3656d13827d472 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 23 Sep 2008 19:52:31 +0000 Subject: * include/ruby/node.h, node.h: move node.h from include path. This change stop to install node.h beacuase of saving ABI (node.h will be changed. Extensions should not depends on this file). * blockinlining.c, class.c, compile.c, debug.h, enum.c, gc.c, iseq.c, parse.y, ruby.c, signal.c, variable.c, vm.c, vm_core.h, vm_dump.c: ditto. * ext/ripper/depend: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enum.c') diff --git a/enum.c b/enum.c index a16f9e95d..0bb8b6453 100644 --- a/enum.c +++ b/enum.c @@ -10,8 +10,8 @@ **********************************************************************/ #include "ruby/ruby.h" -#include "ruby/node.h" #include "ruby/util.h" +#include "node.h" VALUE rb_mEnumerable; static ID id_each, id_eqq, id_cmp, id_next, id_size; -- cgit