diff options
author | 2020-01-24 05:14:51 +0000 | |
---|---|---|
committer | 2020-01-24 05:14:51 +0000 | |
commit | 854a1b2d65aecb1ec4da35222be452e85e91f3b7 (patch) | |
tree | 5f9b672cd401db71c1e5d33b330b9937dce0e650 /sys/net/if_mpe.c | |
parent | Permit 0 length writes, because openssl s_client is special (diff) | |
download | wireguard-openbsd-854a1b2d65aecb1ec4da35222be452e85e91f3b7.tar.xz wireguard-openbsd-854a1b2d65aecb1ec4da35222be452e85e91f3b7.zip |
cleanup unused headers generated by config
ok tedu@ krw@ deraadt@
Diffstat (limited to 'sys/net/if_mpe.c')
-rw-r--r-- | sys/net/if_mpe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_mpe.c b/sys/net/if_mpe.c index 0cb2242672c..33f9cf48c74 100644 --- a/sys/net/if_mpe.c +++ b/sys/net/if_mpe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mpe.c,v 1.94 2019/06/26 08:13:13 claudio Exp $ */ +/* $OpenBSD: if_mpe.c,v 1.95 2020/01/24 05:14:51 jsg Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -15,7 +15,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "mpe.h" #include <sys/param.h> #include <sys/systm.h> |