summaryrefslogtreecommitdiffstats
path: root/sbin/iked/proc.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-03-21 04:30:14 +0000
committerderaadt <deraadt@openbsd.org>2013-03-21 04:30:14 +0000
commit82bad92d22350e34329aa62caabc59c254f928fb (patch)
tree178d88f1ce3f2c8f6dc1e4e4ba9a6fb792b77760 /sbin/iked/proc.c
parentno newlines at end (diff)
downloadwireguard-openbsd-82bad92d22350e34329aa62caabc59c254f928fb.tar.xz
wireguard-openbsd-82bad92d22350e34329aa62caabc59c254f928fb.zip
remove excessive includes
Diffstat (limited to 'sbin/iked/proc.c')
-rw-r--r--sbin/iked/proc.c5
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>