diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-10-09 08:54:25 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-10-09 08:54:25 +0000 |
commit | 7ea36cd880733b2840596fb14ea8055c84d06d89 (patch) | |
tree | 6ef04d5f98a2beebb5de7140a63c9cc4c26cd456 /sbin/iked/ikev2_msg.c | |
parent | 882bb1a14a19a99198060593af6466cb630ab339 (diff) |
Remove unused "wait.h" includes.
Diffstat (limited to 'sbin/iked/ikev2_msg.c')
-rw-r--r-- | sbin/iked/ikev2_msg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/iked/ikev2_msg.c b/sbin/iked/ikev2_msg.c index f138208116f..e43fb43bf19 100644 --- a/sbin/iked/ikev2_msg.c +++ b/sbin/iked/ikev2_msg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ikev2_msg.c,v 1.74 2020/10/06 19:06:06 tobhe Exp $ */ +/* $OpenBSD: ikev2_msg.c,v 1.75 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> |