1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
ko1 2015-03-11 23:22:05 +00:00
parent fea779829b
commit 146a259568
4 changed files with 8 additions and 3 deletions

View file

@ -11,7 +11,6 @@
#include "internal.h"
#include "ruby/st.h"
#include "node.h"
#include "symbol.h"
#include "gc.h"
#include "probes.h"