reduce spurious inclusion of libc.h
[musl] / src / network / sendto.c
index 899eecf..c598797 100644 (file)
@@ -1,6 +1,5 @@
 #include <sys/socket.h>
 #include "syscall.h"
-#include "libc.h"
 
 ssize_t sendto(int fd, const void *buf, size_t len, int flags, const struct sockaddr *addr, socklen_t alen)
 {