aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Wilson <wkevils@gmail.com>2011-10-16 01:21:57 -0400
committerDavid S. Miller <davem@davemloft.net>2011-10-19 19:26:16 -0400
commit25c8295b5bb355ec8672735b40ee7a43c51d1aba (patch)
tree9b7b0fc5e5ff5151d95858d4a523b53743dbbdcd
parent686dc6b64b58e69715ce92177da0732a6464db69 (diff)
cleanup: remove unnecessary include.
This cleanup patch removes unnecessary include from net/ipv6/ip6_fib.c. Signed-off-by: Kevin Wilson <wkevils@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/ipv6/ip6_fib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c
index 320d91d20ad7..93718f3db79b 100644
--- a/net/ipv6/ip6_fib.c
+++ b/net/ipv6/ip6_fib.c
@@ -28,10 +28,6 @@
28#include <linux/list.h> 28#include <linux/list.h>
29#include <linux/slab.h> 29#include <linux/slab.h>
30 30
31#ifdef CONFIG_PROC_FS
32#include <linux/proc_fs.h>
33#endif
34
35#include <net/ipv6.h> 31#include <net/ipv6.h>
36#include <net/ndisc.h> 32#include <net/ndisc.h>
37#include <net/addrconf.h> 33#include <net/addrconf.h>