summaryrefslogtreecommitdiff
path: root/src/unistd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/read.c')
-rw-r--r--src/unistd/read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unistd/read.c b/src/unistd/read.c
index eb882fcc..f3589c05 100644
--- a/src/unistd/read.c
+++ b/src/unistd/read.c
@@ -1,6 +1,5 @@
#include <unistd.h>
#include "syscall.h"
-#include "libc.h"
ssize_t read(int fd, void *buf, size_t count)
{