diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-05-22 07:21:46 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-05-22 07:21:46 +0000 |
| commit | 86e92ee7e1e06acd7be8bc84fd0861952c56f9fa (patch) | |
| tree | 5e188e3b8af37e24795f60a1da33d90568854687 /sys/vm | |
| parent | 03773b9a811eb06d319fe13decf5005178b9c729 (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_unix.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 48613062ee08..29ae2ad779cc 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -46,11 +46,10 @@ */ #include <sys/param.h> #include <sys/lock.h> -#include <sys/sysproto.h> +#include <sys/mutex.h> #include <sys/proc.h> #include <sys/resourcevar.h> -#include <sys/lock.h> -#include <sys/mutex.h> +#include <sys/sysproto.h> #include <sys/systm.h> #include <vm/vm.h> |
