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/proc.c | |
parent | 9f521bcbcb5109a73d6da1e9d73b8fbdcad17174 (diff) |
remove excessive includes
Diffstat (limited to 'sbin/iked/proc.c')
-rw-r--r-- | sbin/iked/proc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/iked/proc.c b/sbin/iked/proc.c index 835e6ee01d6..d8c02fd031d 100644 --- a/sbin/iked/proc.c +++ b/sbin/iked/proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.c,v 1.8 2013/01/08 10:38:19 reyk Exp $ */ +/* $OpenBSD: proc.c,v 1.9 2013/03/21 04:30:14 deraadt Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -17,10 +17,9 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/types.h> +#include <sys/param.h> #include <sys/queue.h> #include <sys/tree.h> -#include <sys/param.h> #include <sys/wait.h> #include <sys/socket.h> |