summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-06-13 14:34:46 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-06-13 15:12:45 +0900
commit9ec6c83c97d9e66b6d165329c0711bf8e096afaf (patch)
tree6786dbd137b3b2ad215a7bfee3ed19349d4e7d83 /gc.c
parent122ce52e8f4f1a7654e0e2f80081487e23af42ce (diff)
Removed duplicate include
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 70fb47c5d3..ec6946ec27 100644
--- a/gc.c
+++ b/gc.c
@@ -45,7 +45,7 @@
#ifdef HAVE_MALLOC_USABLE_SIZE
# ifdef RUBY_ALTERNATIVE_MALLOC_HEADER
-# include RUBY_ALTERNATIVE_MALLOC_HEADER
+/* Alternative malloc header is included in ruby/missing.h */
# elif defined(HAVE_MALLOC_H)
# include <malloc.h>
# elif defined(HAVE_MALLOC_NP_H)