Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipv6: remove some unused include in flowlabel

These include are here since kernel 2.2.7, but probably never used.

Signed-off-by: Florent Fourcot <florent.fourcot@enst-bretagne.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Florent Fourcot and committed by
David S. Miller
42621fd3 1c8272bd

-6
-6
net/ipv6/ip6_flowlabel.c
··· 15 15 #include <linux/socket.h> 16 16 #include <linux/net.h> 17 17 #include <linux/netdevice.h> 18 - #include <linux/if_arp.h> 19 18 #include <linux/in6.h> 20 - #include <linux/route.h> 21 19 #include <linux/proc_fs.h> 22 20 #include <linux/seq_file.h> 23 21 #include <linux/slab.h> ··· 26 28 #include <net/sock.h> 27 29 28 30 #include <net/ipv6.h> 29 - #include <net/ndisc.h> 30 - #include <net/protocol.h> 31 - #include <net/ip6_route.h> 32 31 #include <net/addrconf.h> 33 32 #include <net/rawv6.h> 34 - #include <net/icmp.h> 35 33 #include <net/transp_v6.h> 36 34 37 35 #include <asm/uaccess.h>