reduce spurious inclusion of libc.h
[musl] / src / network / recvmsg.c
index 4f52665..4ca7da8 100644 (file)
@@ -1,7 +1,6 @@
 #include <sys/socket.h>
 #include <limits.h>
 #include "syscall.h"
-#include "libc.h"
 
 ssize_t recvmsg(int fd, struct msghdr *msg, int flags)
 {