Reducing includes of system headers in jerry-libc.c (LIBC_RAW).

This commit is contained in:
Ruben Ayrapetyan 2014-08-19 20:51:30 +04:00
parent 50554a81e4
commit f9ff4e1ba3

View File

@ -35,10 +35,9 @@
FIXME(Rename __unused)
#undef __unused
#include <unistd.h>
#include <linux/fs.h>
#include <syscall.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
/**