diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:30:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:30:35 +0000 |
commit | 52b58477f833b215071c1d0c81570fffe91e25c6 (patch) | |
tree | 458295a3e61f89500c6c0048ba37ceb06723534b /sbin/route/show.c | |
parent | 20f85892d3351b08201f1f93967738442fe09389 (diff) |
remove some unnecessary sys/mbuf.h inclusions
Diffstat (limited to 'sbin/route/show.c')
-rw-r--r-- | sbin/route/show.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/route/show.c b/sbin/route/show.c index c401e4cca56..961e9ababe9 100644 --- a/sbin/route/show.c +++ b/sbin/route/show.c @@ -1,4 +1,4 @@ -/* $OpenBSD: show.c,v 1.91 2012/03/17 10:16:40 dlg Exp $ */ +/* $OpenBSD: show.c,v 1.92 2012/12/04 02:30:33 deraadt Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -32,7 +32,6 @@ #include <sys/param.h> #include <sys/socket.h> -#include <sys/mbuf.h> #include <sys/sysctl.h> #include <net/if.h> |