diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1996-11-01 20:30:37 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-11-01 20:30:37 +0000 |
commit | 7948f68b85d42759f4c0b1efaffd90720dcd0efa (patch) | |
tree | 9cc53bc955274edfacf30a15aebfad3709538587 /sbin | |
parent | 32ec48a5bc922ce80ce3a9293308be41a068ed9f (diff) | |
download | src-7948f68b85d42759f4c0b1efaffd90720dcd0efa.tar.gz src-7948f68b85d42759f4c0b1efaffd90720dcd0efa.zip |
Delete another unnecessary #include <sys/mbuf.h>.
Notes
Notes:
svn path=/head/; revision=19321
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/route/route.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c index f9099e57f3bb..84dee1d82a32 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -43,14 +43,13 @@ static const char copyright[] = static char sccsid[] = "@(#)route.c 8.3 (Berkeley) 3/19/94"; */ static const char rcsid[] = - "$Id: route.c,v 1.15 1996/09/14 02:59:46 bde Exp $"; + "$Id: route.c,v 1.16 1996/10/27 17:42:14 fenner Exp $"; #endif /* not lint */ #include <sys/param.h> #include <sys/file.h> #include <sys/socket.h> #include <sys/ioctl.h> -#include <sys/mbuf.h> #include <sys/sysctl.h> #include <net/if.h> |