[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>
This commit is contained in:
Joe Perches 2008-03-23 22:03:56 -07:00 committed by David S. Miller
parent 061964fb98
commit 7d164be8aa
1 changed files with 0 additions and 1 deletions

View File

@ -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.