diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2019-05-10 01:29:32 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2019-05-10 01:29:32 +0000 |
commit | 4328b7d148712ced25af5d619f0ee6a5b8617fdc (patch) | |
tree | fc94cf2133ead46dae60a086b1405136932a86c0 /usr.bin/netstat/route.c | |
parent | 9605b4b465fa9f8ce9b705a75c8c02fded6eafc6 (diff) |
Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>
ok krw@, jsg@
Diffstat (limited to 'usr.bin/netstat/route.c')
-rw-r--r-- | usr.bin/netstat/route.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index c13d5ca8d4e..dab2489970a 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.102 2019/04/28 17:59:51 mpi Exp $ */ +/* $OpenBSD: route.c,v 1.103 2019/05/10 01:29:31 guenther Exp $ */ /* $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $ */ /* @@ -36,7 +36,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_types.h> #include <net/route.h> #include <netinet/ip_ipsp.h> |