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] --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 62416296f3..3e2d8be6cf 100644 --- a/proc.c +++ b/proc.c @@ -10,11 +10,11 @@ **********************************************************************/ #include "eval_intern.h" -#include "gc.h" #include "internal.h" #include "internal/class.h" #include "internal/error.h" #include "internal/eval.h" +#include "internal/gc.h" #include "internal/object.h" #include "internal/proc.h" #include "internal/symbol.h" -- cgit v1.2.1