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:
parent
fea779829b
commit
146a259568
4 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
|||
Thu Mar 12 08:20:14 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* load.c: removed unused header file "node.h".
|
||||
|
||||
* method.h: ditto.
|
||||
|
||||
* symbol.c: ditto.
|
||||
|
||||
Thu Mar 12 08:14:48 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c: RGENGC_CHECK_MODE should be 0.
|
||||
|
|
1
load.c
1
load.c
|
@ -7,7 +7,6 @@
|
|||
#include "dln.h"
|
||||
#include "eval_intern.h"
|
||||
#include "probes.h"
|
||||
#include "node.h"
|
||||
|
||||
VALUE ruby_dln_librefs;
|
||||
|
||||
|
|
1
method.h
1
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__)
|
||||
|
|
1
symbol.c
1
symbol.c
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include "internal.h"
|
||||
#include "ruby/st.h"
|
||||
#include "node.h"
|
||||
#include "symbol.h"
|
||||
#include "gc.h"
|
||||
#include "probes.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue