diff options
author | Koichi Sasada <ko1@atdot.net> | 2019-08-09 13:08:01 +0900 |
---|---|---|
committer | Koichi Sasada <ko1@atdot.net> | 2019-08-09 13:08:01 +0900 |
commit | 37eefb11fbadca6198b081a0a89d5b265fe45de4 (patch) | |
tree | ce3c628bc4ceec1e23d42954226683bc9ab855de /class.c | |
parent | a9fd57056cdbf041f8f0ad1350846a175028542a (diff) | |
download | bundler-37eefb11fbadca6198b081a0a89d5b265fe45de4.tar.gz |
remove useless include and dependency
Diffstat (limited to 'class.c')
-rw-r--r-- | class.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |