mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed duplicate include
This commit is contained in:
parent
122ce52e8f
commit
9ec6c83c97
1 changed files with 1 additions and 1 deletions
2
gc.c
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue