summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2019-05-10 01:29:31 +0000
committerguenther <guenther@openbsd.org>2019-05-10 01:29:31 +0000
commitcb21588b789e158a41a4783b1dcf238685d192fc (patch)
tree2cfb81ce8cc849619929da70b783d6d35392dab3 /usr.sbin/ospf6d
parenttweak verbosity; ok ccardenas@ (diff)
downloadwireguard-openbsd-cb21588b789e158a41a4783b1dcf238685d192fc.tar.xz
wireguard-openbsd-cb21588b789e158a41a4783b1dcf238685d192fc.zip
Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>
ok krw@, jsg@
Diffstat (limited to 'usr.sbin/ospf6d')
-rw-r--r--usr.sbin/ospf6d/packet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/packet.c b/usr.sbin/ospf6d/packet.c
index bc887e2fcb3..be1f5ef862a 100644
--- a/usr.sbin/ospf6d/packet.c
+++ b/usr.sbin/ospf6d/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.14 2015/05/05 01:26:37 jsg Exp $ */
+/* $OpenBSD: packet.c,v 1.15 2019/05/10 01:29:31 guenther Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -24,7 +24,6 @@
#include <netinet/ip.h>
#include <netinet/ip6.h>
#include <arpa/inet.h>
-#include <net/if_dl.h>
#include <errno.h>
#include <event.h>