diff options
Diffstat (limited to 'sbin/iked/ikev2.c')
-rw-r--r-- | sbin/iked/ikev2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/iked/ikev2.c b/sbin/iked/ikev2.c index 7ec18b8427a..d6a7235cee1 100644 --- a/sbin/iked/ikev2.c +++ b/sbin/iked/ikev2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ikev2.c,v 1.118 2015/01/16 06:39:58 deraadt Exp $ */ +/* $OpenBSD: ikev2.c,v 1.119 2015/02/06 10:39:01 deraadt Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -30,7 +30,6 @@ #include <stdio.h> #include <unistd.h> #include <string.h> -#include <getopt.h> #include <signal.h> #include <errno.h> #include <err.h> |