From: Patrick McHardy Date: Tue, 1 Feb 2011 15:57:37 +0000 (+0100) Subject: netfilter: ipset: remove unnecessary includes X-Git-Tag: v2.6.39-rc1~468^2~424^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=582e1fc85ca3727abd4e99109a267c514ea5c260;p=pandora-kernel.git 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 --- Reading git-diff-tree failed