diff --git a/src/stat/lstat.c b/src/stat/lstat.c index 8b365ba2..9f95218a 100644 --- a/src/stat/lstat.c +++ b/src/stat/lstat.c @@ -1,6 +1,5 @@ #include #include -#include "syscall.h" int lstat(const char *restrict path, struct stat *restrict buf) { diff --git a/src/stat/stat.c b/src/stat/stat.c index b4e62795..528870d2 100644 --- a/src/stat/stat.c +++ b/src/stat/stat.c @@ -1,6 +1,5 @@ #include #include -#include "syscall.h" int stat(const char *restrict path, struct stat *restrict buf) {