Reducing includes of system headers in jerry-libc.c (LIBC_RAW).
This commit is contained in:
@@ -35,10 +35,9 @@
|
|||||||
FIXME(Rename __unused)
|
FIXME(Rename __unused)
|
||||||
#undef __unused
|
#undef __unused
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <linux/fs.h>
|
||||||
#include <syscall.h>
|
#include <syscall.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user