diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-21 04:30:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-21 04:30:15 +0000 |
commit | 58df33a7a6c5d7ffd49bd390800651664a203c43 (patch) | |
tree | a09597e236bf59a986cda2645d5febeee8a11b3a /sbin/iked/ikev2.c | |
parent | 9f521bcbcb5109a73d6da1e9d73b8fbdcad17174 (diff) |
remove excessive includes
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 0be8fffad6a..5f5433b4cd4 100644 --- a/sbin/iked/ikev2.c +++ b/sbin/iked/ikev2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ikev2.c,v 1.81 2013/01/08 10:38:19 reyk Exp $ */ +/* $OpenBSD: ikev2.c,v 1.82 2013/03/21 04:30:14 deraadt Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -17,7 +17,6 @@ */ #include <sys/param.h> -#include <sys/types.h> #include <sys/queue.h> #include <sys/socket.h> #include <sys/wait.h> |