From cc1db2d1172de6187467372ad6f175eccdd97d59 Mon Sep 17 00:00:00 2001 From: dearblue Date: Sun, 8 Mar 2020 21:17:12 +0900 Subject: Remove unnecessary 'stdio.h'; ref #4947 'stdio.h' is included in 'mruby.h' ('mrbconf.h'). However, keep 'stdio.h' used by mruby-test. --- mrbgems/mruby-io/test/mruby_io_test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mrbgems/mruby-io/test/mruby_io_test.c') diff --git a/mrbgems/mruby-io/test/mruby_io_test.c b/mrbgems/mruby-io/test/mruby_io_test.c index 581472eaa..44b8acebb 100644 --- a/mrbgems/mruby-io/test/mruby_io_test.c +++ b/mrbgems/mruby-io/test/mruby_io_test.c @@ -56,7 +56,6 @@ mkdtemp(char *temp) #endif #include -#include #include #include "mruby.h" -- cgit v1.2.3