summaryrefslogtreecommitdiff
path: root/sbin/iked/ikev2.c
diff options
context:
space:
mode:
authortobhe <tobhe@cvs.openbsd.org>2020-10-09 08:54:25 +0000
committertobhe <tobhe@cvs.openbsd.org>2020-10-09 08:54:25 +0000
commit7ea36cd880733b2840596fb14ea8055c84d06d89 (patch)
tree6ef04d5f98a2beebb5de7140a63c9cc4c26cd456 /sbin/iked/ikev2.c
parent882bb1a14a19a99198060593af6466cb630ab339 (diff)
Remove unused "wait.h" includes.
Diffstat (limited to 'sbin/iked/ikev2.c')
-rw-r--r--sbin/iked/ikev2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/iked/ikev2.c b/sbin/iked/ikev2.c
index 8413d9339fd..74babd42d65 100644
--- a/sbin/iked/ikev2.c
+++ b/sbin/iked/ikev2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ikev2.c,v 1.265 2020/10/06 19:06:06 tobhe Exp $ */
+/* $OpenBSD: ikev2.c,v 1.266 2020/10/09 08:54:24 tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -20,7 +20,6 @@
#include <sys/param.h> /* roundup */
#include <sys/queue.h>
#include <sys/socket.h>
-#include <sys/wait.h>
#include <sys/uio.h>
#include <netinet/in.h>