mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove useless include and dependency
This commit is contained in:
parent
a9fd57056c
commit
37eefb11fb
2 changed files with 1 additions and 2 deletions
2
class.c
2
class.c
|
@ -308,7 +308,7 @@ class_init_copy_check(VALUE clone, VALUE orig)
|
|||
rb_raise(rb_eTypeError, "can't copy singleton class");
|
||||
}
|
||||
}
|
||||
#include "gc.h"
|
||||
|
||||
/* :nodoc: */
|
||||
VALUE
|
||||
rb_mod_init_copy(VALUE clone, VALUE orig)
|
||||
|
|
|
@ -1609,7 +1609,6 @@ class.$(OBJEXT): {$(VPATH)}config.h
|
|||
class.$(OBJEXT): {$(VPATH)}constant.h
|
||||
class.$(OBJEXT): {$(VPATH)}defines.h
|
||||
class.$(OBJEXT): {$(VPATH)}encoding.h
|
||||
class.$(OBJEXT): {$(VPATH)}gc.h
|
||||
class.$(OBJEXT): {$(VPATH)}id.h
|
||||
class.$(OBJEXT): {$(VPATH)}id_table.h
|
||||
class.$(OBJEXT): {$(VPATH)}intern.h
|
||||
|
|
Loading…
Reference in a new issue