diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-06-13 14:34:46 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-06-13 15:12:45 +0900 |
commit | 9ec6c83c97d9e66b6d165329c0711bf8e096afaf (patch) | |
tree | 6786dbd137b3b2ad215a7bfee3ed19349d4e7d83 /gc.c | |
parent | 122ce52e8f4f1a7654e0e2f80081487e23af42ce (diff) |
Removed duplicate include
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |