netfilter: ipset: remove unnecessary includes
authorPatrick McHardy <kaber@trash.net>
Tue, 1 Feb 2011 15:57:37 +0000 (16:57 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 1 Feb 2011 15:57:37 +0000 (16:57 +0100)
commit582e1fc85ca3727abd4e99109a267c514ea5c260
tree3825693687537c4fd0c72f5cc497d917e5f9572e
parent8da560ced56c423cd6d35803cd0244c944c676bd
netfilter: ipset: remove unnecessary includes

None of the set types need uaccess.h since this is handled centrally
in ip_set_core. Most set types additionally don't need bitops.h and
spinlock.h since they use neither. tcp.h is only needed by those
using before(), udp.h is not needed at all.

Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/ipset/ip_set_bitmap_ip.c
net/netfilter/ipset/ip_set_bitmap_ipmac.c
net/netfilter/ipset/ip_set_bitmap_port.c
net/netfilter/ipset/ip_set_hash_ip.c
net/netfilter/ipset/ip_set_hash_ipport.c
net/netfilter/ipset/ip_set_hash_ipportip.c
net/netfilter/ipset/ip_set_hash_ipportnet.c
net/netfilter/ipset/ip_set_hash_net.c
net/netfilter/ipset/ip_set_hash_netport.c