summaryrefslogtreecommitdiff
path: root/ext/objspace/objspace_dump.c
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2023-02-08 11:56:53 +0000
committerPeter Zhu <peter@peterzhu.ca>2023-02-09 10:32:29 -0500
commit72aba64fff09a829bfaf41165d0075066f087185 (patch)
treed989e27e007a38baf233dd2d0e036e0bc0b30226 /ext/objspace/objspace_dump.c
parente2b6289bab16ff2e05e8ac7a8bc3a35bcc2c44ed (diff)
Merge gc.h and internal/gc.h
[Feature #19425]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7273
Diffstat (limited to 'ext/objspace/objspace_dump.c')
-rw-r--r--ext/objspace/objspace_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/objspace/objspace_dump.c b/ext/objspace/objspace_dump.c
index f101b334c1..d8a11083d6 100644
--- a/ext/objspace/objspace_dump.c
+++ b/ext/objspace/objspace_dump.c
@@ -12,11 +12,11 @@
**********************************************************************/
-#include "gc.h"
#include "id_table.h"
#include "internal.h"
#include "internal/array.h"
#include "internal/class.h"
+#include "internal/gc.h"
#include "internal/hash.h"
#include "internal/string.h"
#include "internal/sanitizers.h"