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/rad | |
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/rad')
-rw-r--r-- | usr.sbin/rad/frontend.c | 3 | ||||
-rw-r--r-- | usr.sbin/rad/parse.y | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/rad/frontend.c b/usr.sbin/rad/frontend.c index b733bc837ef..193b9b52f75 100644 --- a/usr.sbin/rad/frontend.c +++ b/usr.sbin/rad/frontend.c @@ -1,4 +1,4 @@ -/* $OpenBSD: frontend.c,v 1.28 2019/04/12 07:03:11 florian Exp $ */ +/* $OpenBSD: frontend.c,v 1.29 2019/05/10 01:29:31 guenther Exp $ */ /* * Copyright (c) 2018 Florian Obser <florian@openbsd.org> @@ -56,7 +56,6 @@ #include <sys/uio.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_types.h> #include <net/route.h> diff --git a/usr.sbin/rad/parse.y b/usr.sbin/rad/parse.y index d69d6e603a4..004e5e22f92 100644 --- a/usr.sbin/rad/parse.y +++ b/usr.sbin/rad/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.13 2019/03/01 16:35:17 florian Exp $ */ +/* $OpenBSD: parse.y,v 1.14 2019/05/10 01:29:31 guenther Exp $ */ /* * Copyright (c) 2018 Florian Obser <florian@openbsd.org> @@ -37,7 +37,6 @@ #include <err.h> #include <errno.h> #include <event.h> -#include <ifaddrs.h> #include <imsg.h> #include <limits.h> #include <stdarg.h> |