summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/route.c
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2019-05-10 01:29:32 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2019-05-10 01:29:32 +0000
commit4328b7d148712ced25af5d619f0ee6a5b8617fdc (patch)
treefc94cf2133ead46dae60a086b1405136932a86c0 /usr.bin/netstat/route.c
parent9605b4b465fa9f8ce9b705a75c8c02fded6eafc6 (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.c3
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>