diff options
author | 2014-10-25 03:18:13 +0000 | |
---|---|---|
committer | 2014-10-25 03:18:13 +0000 | |
commit | 13a4c6fc898ae27df15264430d09f6082f4cf253 (patch) | |
tree | 440fdd692766f6a1dd8a48cd05536d66321dffdd /sbin/dhclient/bpf.c | |
parent | Remove unnecessary netinet/in_systm.h include. (diff) | |
download | wireguard-openbsd-13a4c6fc898ae27df15264430d09f6082f4cf253.tar.xz wireguard-openbsd-13a4c6fc898ae27df15264430d09f6082f4cf253.zip |
Remove unnecessary netinet/in_systm.h include.
ok millert@
Diffstat (limited to 'sbin/dhclient/bpf.c')
-rw-r--r-- | sbin/dhclient/bpf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c index 19c1046f515..7cdbedc5abb 100644 --- a/sbin/dhclient/bpf.c +++ b/sbin/dhclient/bpf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf.c,v 1.32 2014/04/17 09:59:30 krw Exp $ */ +/* $OpenBSD: bpf.c,v 1.33 2014/10/25 03:18:13 lteo Exp $ */ /* BPF socket interface code, originally contributed by Archie Cobbs. */ @@ -45,7 +45,6 @@ #include <sys/uio.h> #include <net/bpf.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/udp.h> |