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