summaryrefslogtreecommitdiff
path: root/class.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-11-10 00:57:03 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-11-10 10:08:30 +0900
commite8086e275b9a4896ac57dfeac9b22cbc2741d6d1 (patch)
tree5135c4a152a1588bd0bb149a13e7f2ca386696be /class.c
parent5c892da7d7974aeed8e7dd97bb31d2394cc19356 (diff)
downloadruby-e8086e275b9a4896ac57dfeac9b22cbc2741d6d1.tar.gz
gc.h: move rb_objspace_garbage_object_p to internal/gc.h
... to allow class.c to use the function
Diffstat (limited to 'class.c')
-rw-r--r--class.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/class.c b/class.c
index b1bd896996..f5090d7f0f 100644
--- a/class.c
+++ b/class.c
@@ -29,7 +29,6 @@
#include "internal/variable.h"
#include "ruby/st.h"
#include "vm_core.h"
-#include "gc.h"
#define id_attached id__attached__