mirror of
git://git.musl-libc.org/musl
synced 2025-03-03 18:27:29 +00:00
remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c
This commit is contained in:
parent
c8a9c22173
commit
2b1f2f146d
@ -7,12 +7,9 @@
|
||||
#include <elf.h>
|
||||
#include <sys/mman.h>
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <elf.h>
|
||||
#include <link.h>
|
||||
#include <setjmp.h>
|
||||
#include <pthread.h>
|
||||
|
@ -3,7 +3,6 @@
|
||||
#include <stdarg.h>
|
||||
#include <monetary.h>
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
static ssize_t vstrfmon_l(char *s, size_t n, locale_t loc, const char *fmt, va_list ap)
|
||||
{
|
||||
|
@ -31,9 +31,6 @@ static int have_af(int family)
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <netdb.h>
|
||||
|
||||
union sa {
|
||||
struct sockaddr_in sin;
|
||||
struct sockaddr_in6 sin6;
|
||||
|
Loading…
Reference in New Issue
Block a user