From 5c804cf68f2b7e80780d3d812efb70ef9e376c08 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 24 Jul 2021 19:03:32 +0900 Subject: Remove redundant include headers. - stdlib.h - stddef.h - stdint.h - stdarg.h - limits.h - float.h --- src/gc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gc.c') diff --git a/src/gc.c b/src/gc.c index bcd0b29b6..a40bd8545 100644 --- a/src/gc.c +++ b/src/gc.c @@ -5,7 +5,6 @@ */ #include -#include #ifdef MRB_USE_MALLOC_TRIM #include #endif @@ -24,6 +23,10 @@ #include #include +#ifdef MRB_GC_STRESS +#include +#endif + /* = Tri-color Incremental Garbage Collection -- cgit v1.2.3