clean up dns_parse_callback
[musl] / src / network / gethostbyname2.c
index c9f90da..dc9d662 100644 (file)
@@ -2,8 +2,6 @@
 
 #include <sys/socket.h>
 #include <netdb.h>
-#include <string.h>
-#include <netinet/in.h>
 #include <errno.h>
 #include <stdlib.h>