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 fc588320f0be634653b3e71ea32796346e5fb862..174df572cc21c590e6981d7bf40e317b4c3db40d 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 f510d9a42f74889995c1ea8f65f6447c933a7691..e25db9727583d6e16db3d0887358085d40323f37 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 4c1fe27717329d0d591130762b25a803fa384464..e58db6cf444468a5ff338e80ccb8cf2d34f059e1 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;