summaryrefslogtreecommitdiff
path: root/sbin/iked/config.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/config.c
parent882bb1a14a19a99198060593af6466cb630ab339 (diff)
Remove unused "wait.h" includes.
Diffstat (limited to 'sbin/iked/config.c')
-rw-r--r--sbin/iked/config.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/iked/config.c b/sbin/iked/config.c
index bf114d6ed20..a0d214b4f8d 100644
--- a/sbin/iked/config.c
+++ b/sbin/iked/config.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: config.c,v 1.68 2020/09/30 16:52:08 tobhe Exp $ */
+/* $OpenBSD: config.c,v 1.69 2020/10/09 08:54:24 tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -18,7 +18,6 @@
*/
#include <sys/queue.h>
-#include <sys/wait.h>
#include <sys/socket.h>
#include <sys/uio.h>