diff options
| author | 2013-03-21 04:30:14 +0000 | |
|---|---|---|
| committer | 2013-03-21 04:30:14 +0000 | |
| commit | 82bad92d22350e34329aa62caabc59c254f928fb (patch) | |
| tree | 178d88f1ce3f2c8f6dc1e4e4ba9a6fb792b77760 /sbin/iked/proc.c | |
| parent | no newlines at end (diff) | |
| download | wireguard-openbsd-82bad92d22350e34329aa62caabc59c254f928fb.tar.xz wireguard-openbsd-82bad92d22350e34329aa62caabc59c254f928fb.zip | |
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> |
