diff options
author | Shan Wei <davidshan@tencent.com> | 2012-01-16 22:34:24 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-17 19:31:12 +0400 |
commit | 2b2d465631db59c144f537a9bef47a883c55d670 (patch) | |
tree | 559e06d89bd37fb31006806c7d128171f7122e9c /net/ipv4/udp_diag.c | |
parent | 34aa6f1400810890636ba0b170effbfa71eacec7 (diff) | |
download | linux-2b2d465631db59c144f537a9bef47a883c55d670.tar.xz |
net: kill duplicate included header
For net part, remove duplicate included header.
Signed-off-by: Shan Wei <davidshan@tencent.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udp_diag.c')
-rw-r--r-- | net/ipv4/udp_diag.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/udp_diag.c b/net/ipv4/udp_diag.c index e5e18cb8a586..8a949f19deb6 100644 --- a/net/ipv4/udp_diag.c +++ b/net/ipv4/udp_diag.c @@ -15,7 +15,6 @@ #include <linux/udp.h> #include <net/udp.h> #include <net/udplite.h> -#include <linux/inet_diag.h> #include <linux/sock_diag.h> static int sk_diag_dump(struct sock *sk, struct sk_buff *skb, |