file.c does not depend on mruby/ext/io.h.

This commit is contained in:
Tomoyuki Sahara
2014-04-17 15:56:11 +09:00
parent 87ce12dfe3
commit 10be4cbb2c
+6 -1
View File
@@ -4,7 +4,6 @@
#include "mruby.h"
#include "mruby/ext/io.h"
#include "mruby/class.h"
#include "mruby/data.h"
#include "mruby/string.h"
@@ -15,8 +14,14 @@
#include "mruby/error.h"
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <limits.h>
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#if defined(_WIN32) || defined(_WIN64)