summaryrefslogtreecommitdiff
path: root/shape.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 /shape.c
parente2b6289bab16ff2e05e8ac7a8bc3a35bcc2c44ed (diff)
downloadruby-72aba64fff09a829bfaf41165d0075066f087185.tar.gz
Merge gc.h and internal/gc.h
[Feature #19425]
Diffstat (limited to 'shape.c')
-rw-r--r--shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shape.c b/shape.c
index 13441f3e71..7c3bdf8c50 100644
--- a/shape.c
+++ b/shape.c
@@ -1,10 +1,10 @@
#include "vm_core.h"
#include "vm_sync.h"
#include "shape.h"
-#include "gc.h"
#include "symbol.h"
#include "id_table.h"
#include "internal/class.h"
+#include "internal/gc.h"
#include "internal/symbol.h"
#include "internal/variable.h"
#include "variable.h"