summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-print
diff options
context:
space:
mode:
authordearblue <[email protected]>2020-03-08 21:17:12 +0900
committerdearblue <[email protected]>2020-03-08 21:42:09 +0900
commitcc1db2d1172de6187467372ad6f175eccdd97d59 (patch)
treececbafc2a264867d68bb8ff172eed81640bec747 /mrbgems/mruby-print
parentb3d4ab0cd852e8067e6d3f3b525c136ad54e8af4 (diff)
downloadmruby-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-print')
-rw-r--r--mrbgems/mruby-print/src/print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-print/src/print.c b/mrbgems/mruby-print/src/print.c
index f7f99fc77..04c7c82c6 100644
--- a/mrbgems/mruby-print/src/print.c
+++ b/mrbgems/mruby-print/src/print.c
@@ -1,6 +1,5 @@
#include <mruby.h>
#include <mruby/string.h>
-#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#if defined(_WIN32)