diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-02 23:50:18 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-02 23:50:18 +0900 |
| commit | c52efe7be8e3d3a3029b2e53de8ba5f79b060d47 (patch) | |
| tree | fc523e52dd877e9e8973fc5c45dee281ff262bd2 /src | |
| parent | 17cb50f8d0d3bd24ad53e6543f2534ecc9f5a602 (diff) | |
| download | mruby-c52efe7be8e3d3a3029b2e53de8ba5f79b060d47.tar.gz mruby-c52efe7be8e3d3a3029b2e53de8ba5f79b060d47.zip | |
Avoid double inclusion on `<mruby.h>`.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fmt_fp.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <mruby.h> #include <stdio.h> MRB_API mrb_value |
