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.sbin/hostapd/apme.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.sbin/hostapd/apme.c')
-rw-r--r-- | usr.sbin/hostapd/apme.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/apme.c b/usr.sbin/hostapd/apme.c index df4ca930253..d478eac7c5d 100644 --- a/usr.sbin/hostapd/apme.c +++ b/usr.sbin/hostapd/apme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apme.c,v 1.16 2015/01/16 06:40:17 deraadt Exp $ */ +/* $OpenBSD: apme.c,v 1.17 2019/05/10 01:29:31 guenther Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@openbsd.org> @@ -23,7 +23,6 @@ #include <sys/uio.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <net/if_arp.h> #include <net/if_llc.h> |