aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-23 22:03:56 -0700
committerDavid S. Miller <davem@davemloft.net>2008-03-23 22:03:56 -0700
commit7d164be8aa4392fe55474f4608547f2097e07c41 (patch)
treeffdad523556b764d514afbf83e6ccaeff14a4a4e /include
parent[IPV6]: Remove unused code in ndisc_send_redirect(). (diff)
downloadlinux-dev-7d164be8aa4392fe55474f4608547f2097e07c41.tar.xz
linux-dev-7d164be8aa4392fe55474f4608547f2097e07c41.zip
[NET]: include/net/route.h - remove duplicate include
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h
index eadad5901429..28dba925663c 100644
--- a/include/net/route.h
+++ b/include/net/route.h
@@ -34,7 +34,6 @@
#include <linux/ip.h>
#include <linux/cache.h>
#include <linux/security.h>
-#include <net/sock.h>
#ifndef __KERNEL__
#warning This file is not supposed to be used outside of kernel.