From 72aba64fff09a829bfaf41165d0075066f087185 Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Wed, 8 Feb 2023 11:56:53 +0000 Subject: Merge gc.h and internal/gc.h [Feature #19425] --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 89c5572201..d62653679a 100644 --- a/thread.c +++ b/thread.c @@ -73,12 +73,12 @@ #define TH_SCHED(th) (&(th)->ractor->threads.sched) #include "eval_intern.h" -#include "gc.h" #include "hrtime.h" #include "internal.h" #include "internal/class.h" #include "internal/cont.h" #include "internal/error.h" +#include "internal/gc.h" #include "internal/hash.h" #include "internal/io.h" #include "internal/object.h" -- cgit v1.2.3