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/numeric.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/numeric.c') diff --git a/src/numeric.c b/src/numeric.c index b22026ebb..17f5ac1bc 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -5,11 +5,8 @@ */ #ifndef MRB_NO_FLOAT -#include #include #endif -#include -#include #include #include -- cgit v1.2.3