diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-08 13:10:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-08 13:10:53 +0000 |
commit | 44f608e7e69820750d203d81076f679a2a85459b (patch) | |
tree | 862d687ee5867cea8a0b38da3e9b0043b707d49a /sys | |
parent | 14dfbe8ace6e232e7e9ec867f5e362000c08665f (diff) |
subtle rearrangement of includes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/uvm/uvm_pdaemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_pdaemon.c b/sys/uvm/uvm_pdaemon.c index 6404fe6613f..907a81a73e4 100644 --- a/sys/uvm/uvm_pdaemon.c +++ b/sys/uvm/uvm_pdaemon.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_pdaemon.c,v 1.68 2014/07/08 11:38:48 deraadt Exp $ */ +/* $OpenBSD: uvm_pdaemon.c,v 1.69 2014/07/08 13:10:52 deraadt Exp $ */ /* $NetBSD: uvm_pdaemon.c,v 1.23 2000/08/20 10:24:14 bjh21 Exp $ */ /* @@ -72,8 +72,8 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/systm.h> +#include <sys/proc.h> #include <sys/kernel.h> #include <sys/pool.h> #include <sys/buf.h> |