cleanup includes now that stat, lstat no longer make direct syscalls
[musl] / src / stat / lstat.c
index 8b365ba..9f95218 100644 (file)
@@ -1,6 +1,5 @@
 #include <sys/stat.h>
 #include <fcntl.h>
-#include "syscall.h"
 
 int lstat(const char *restrict path, struct stat *restrict buf)
 {