summaryrefslogtreecommitdiff
path: root/src/network/recv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/recv.c')
-rw-r--r--src/network/recv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/recv.c b/src/network/recv.c
index d04a54aa..59700485 100644
--- a/src/network/recv.c
+++ b/src/network/recv.c
@@ -1,6 +1,4 @@
#include <sys/socket.h>
-#include "syscall.h"
-#include "libc.h"
ssize_t recv(int fd, void *buf, size_t len, int flags)
{