remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c
authorSzabolcs Nagy <nsz@port70.net>
Mon, 25 Nov 2013 23:34:10 +0000 (23:34 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 25 Nov 2013 23:34:10 +0000 (23:34 +0000)
src/ldso/dynlink.c
src/locale/strfmon.c
src/network/getaddrinfo.c

index fc58832..174df57 100644 (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>
index f510d9a..e25db97 100644 (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)
 {
index 4c1fe27..e58db6c 100644 (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;