diff options
author | 2015-03-14 03:38:46 +0000 | |
---|---|---|
committer | 2015-03-14 03:38:46 +0000 | |
commit | 21dab745d772244ad59a415114e48be2888cfbc8 (patch) | |
tree | 0cf0a65bda8999c8207ac27cc59ed638fb036bb5 /sys/netinet/ip_ipcomp.c | |
parent | Move the command line options (mainly -d and -v) out of struct bgpd_config (diff) | |
download | wireguard-openbsd-21dab745d772244ad59a415114e48be2888cfbc8.tar.xz wireguard-openbsd-21dab745d772244ad59a415114e48be2888cfbc8.zip |
Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
Diffstat (limited to 'sys/netinet/ip_ipcomp.c')
-rw-r--r-- | sys/netinet/ip_ipcomp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_ipcomp.c b/sys/netinet/ip_ipcomp.c index 2aa111d506b..e9680c12ebb 100644 --- a/sys/netinet/ip_ipcomp.c +++ b/sys/netinet/ip_ipcomp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipcomp.c,v 1.39 2014/12/19 17:14:40 tedu Exp $ */ +/* $OpenBSD: ip_ipcomp.c,v 1.40 2015/03/14 03:38:52 jsg Exp $ */ /* * Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org) @@ -54,8 +54,6 @@ #include <crypto/cryptodev.h> #include <crypto/xform.h> -#include <lib/libz/zlib.h> - #include "bpfilter.h" int ipcomp_output_cb(void *); |