about summary refs log tree commit diff
path: root/src/stat/lstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat/lstat.c')
-rw-r--r--src/stat/lstat.c1
1 files changed, 0 insertions, 1 deletions
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 <sys/stat.h>
 #include <fcntl.h>
-#include "syscall.h"
 
 int lstat(const char *restrict path, struct stat *restrict buf)
 {