diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-23 13:16:16 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-23 13:16:16 +0000 |
commit | a877d0cffadc573b60fbf1dffc47b0047afdc97a (patch) | |
tree | 67275de4e58e49280c8395127534c5f8a7a5e28c | |
parent | c1b8a9edabef3e1703b4ace3cdaadc833cf2465e (diff) | |
download | src-a877d0cffadc573b60fbf1dffc47b0047afdc97a.tar.gz src-a877d0cffadc573b60fbf1dffc47b0047afdc97a.zip |
Remove duplicate #include <net/route.h> from the middle of the file.
Notes
Notes:
svn path=/head/; revision=194700
-rw-r--r-- | sys/net/if.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 3990e3f1e296..4989039cbf0d 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1727,7 +1727,6 @@ done: return (ifa); } -#include <net/route.h> #include <net/if_llatbl.h> /* |