remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c

This commit is contained in:
Szabolcs Nagy 2013-11-25 23:34:10 +00:00
parent c8a9c22173
commit 2b1f2f146d
3 changed files with 0 additions and 7 deletions

View File

@ -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>

View File

@ -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)
{

View File

@ -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;