From c52efe7be8e3d3a3029b2e53de8ba5f79b060d47 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 2 Jan 2021 23:50:18 +0900 Subject: Avoid double inclusion on ``. --- src/fmt_fp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/fmt_fp.c b/src/fmt_fp.c index c46baabbc..448c20df8 100644 --- a/src/fmt_fp.c +++ b/src/fmt_fp.c @@ -443,7 +443,6 @@ mrb_float_to_cstr(mrb_state *mrb, char *buf, size_t len, const char *fmt, mrb_fl return (int)(cstr.buf - buf); } #else /* MRB_NO_STDIO || _WIN32 || _WIN64 */ -#include #include MRB_API mrb_value -- cgit v1.2.3