Skip to content

Commit 23000e7

Browse files
committed
Remove unnecessary internal/gc.h include in hash.c
hash.c compiles just fine on HASH_DEBUG without including internal/gc.h.
1 parent e15f1a7 commit 23000e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hash.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@
7171
#define HASH_DEBUG 0
7272
#endif
7373

74-
#if HASH_DEBUG
75-
#include "internal/gc.h"
76-
#endif
77-
7874
#define SET_DEFAULT(hash, ifnone) ( \
7975
FL_UNSET_RAW(hash, RHASH_PROC_DEFAULT), \
8076
RHASH_SET_IFNONE(hash, ifnone))

0 commit comments

Comments
 (0)