]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
remove duplicated #include's
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 12 Jul 2017 15:27:09 +0000 (08:27 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 19 Jul 2017 00:17:15 +0000 (17:17 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ipaddress.c
ip/iplink.c
lib/ll_addr.c
lib/ll_proto.c
lib/ll_types.c
netem/paretonormal.c

index f06f5829fb613700e7fc7d43469bb34c0e967b16..cf8ef8186f523fa21ba245ea8d854d7000de2531 100644 (file)
@@ -18,7 +18,6 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
-#include <sys/ioctl.h>
 #include <sys/param.h>
 #include <errno.h>
 #include <netinet/in.h>
index 9674cb657322623031be9dce0f9302aaf7dbe6e0..5aff2fde38dae1526cdbcd39f68b40dc9c18e555 100644 (file)
@@ -26,7 +26,6 @@
 #include <arpa/inet.h>
 #include <string.h>
 #include <sys/ioctl.h>
-#include <linux/sockios.h>
 #include <stdbool.h>
 #include <linux/mpls.h>
 
index 465ed6fa4d9a2192d68d74017b342610196236c9..5b5caf3dbab853ac144fa6860dd40f6223bc16de 100644 (file)
@@ -16,7 +16,6 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
-#include <sys/ioctl.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <string.h>
index e094d9f81ccc20cd44611f42bfedd2e32aa7d82d..ef5a5b7bbb50e7b70c50c01ec06a1d9ada38512f 100644 (file)
@@ -16,7 +16,6 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
-#include <sys/ioctl.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <string.h>
index eca617f312d73773ab07e5bb24a3473ae6c17ecb..8f294515be6fecc78e06a4540cff8080b5ea72e9 100644 (file)
@@ -16,7 +16,6 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
-#include <sys/ioctl.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <string.h>
index 83ec87d4dbdaadb94e5aea2c6c5d228ab25f5699..9773e370e6bc7abf0fbe0472717fa2bc12e1a15c 100644 (file)
@@ -11,7 +11,6 @@
  */
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdlib.h>
 #include <string.h>
 #include <math.h>
 #include <limits.h>