diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 22:03:56 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-23 22:03:56 -0700 |
commit | 7d164be8aa4392fe55474f4608547f2097e07c41 (patch) | |
tree | ffdad523556b764d514afbf83e6ccaeff14a4a4e | |
parent | 061964fb988ca51087948975da66ff523b3a5852 (diff) |
[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>
-rw-r--r-- | include/net/route.h | 1 |
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. |