Remove unnecessary internal/gc.h include in hash.c

hash.c compiles just fine on HASH_DEBUG without including internal/gc.h.
This commit is contained in:
Peter Zhu 2025-07-28 15:06:54 -04:00
parent e15f1a71ad
commit 23000e7123

4
hash.c
View file

@ -71,10 +71,6 @@
#define HASH_DEBUG 0
#endif
#if HASH_DEBUG
#include "internal/gc.h"
#endif
#define SET_DEFAULT(hash, ifnone) ( \
FL_UNSET_RAW(hash, RHASH_PROC_DEFAULT), \
RHASH_SET_IFNONE(hash, ifnone))