diff options
| author | dearblue <[email protected]> | 2020-03-08 21:17:12 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2020-03-08 21:42:09 +0900 |
| commit | cc1db2d1172de6187467372ad6f175eccdd97d59 (patch) | |
| tree | cecbafc2a264867d68bb8ff172eed81640bec747 /mrbgems/mruby-sprintf/src/sprintf.c | |
| parent | b3d4ab0cd852e8067e6d3f3b525c136ad54e8af4 (diff) | |
| download | mruby-cc1db2d1172de6187467372ad6f175eccdd97d59.tar.gz mruby-cc1db2d1172de6187467372ad6f175eccdd97d59.zip | |
Remove unnecessary 'stdio.h'; ref #4947
'stdio.h' is included in 'mruby.h' ('mrbconf.h').
However, keep 'stdio.h' used by mruby-test.
Diffstat (limited to 'mrbgems/mruby-sprintf/src/sprintf.c')
| -rw-r--r-- | mrbgems/mruby-sprintf/src/sprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-sprintf/src/sprintf.c b/mrbgems/mruby-sprintf/src/sprintf.c index 6e4d8fd7e..f8d88e57e 100644 --- a/mrbgems/mruby-sprintf/src/sprintf.c +++ b/mrbgems/mruby-sprintf/src/sprintf.c @@ -7,7 +7,6 @@ #include <mruby.h> #include <limits.h> -#include <stdio.h> #include <string.h> #include <mruby/string.h> #include <mruby/hash.h> |
