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 /sbin/dhclient/dispatch.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 'sbin/dhclient/dispatch.c')
-rw-r--r-- | sbin/dhclient/dispatch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index 0dbb2bf5da4..0b43f190519 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.164 2019/02/16 18:42:07 krw Exp $ */ +/* $OpenBSD: dispatch.c,v 1.165 2019/05/10 01:29:31 guenther Exp $ */ /* * Copyright 2004 Henning Brauer <henning@openbsd.org> @@ -55,7 +55,6 @@ #include <arpa/inet.h> #include <errno.h> -#include <ifaddrs.h> #include <imsg.h> #include <limits.h> #include <poll.h> |