reduce spurious inclusion of libc.h
[musl] / src / network / accept.c
index 521e9ef..a92406f 100644 (file)
@@ -1,6 +1,5 @@
 #include <sys/socket.h>
 #include "syscall.h"
-#include "libc.h"
 
 int accept(int fd, struct sockaddr *restrict addr, socklen_t *restrict len)
 {