diff options
author | jhb <jhb@FreeBSD.org> | 2001-05-22 07:21:46 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-05-22 07:21:46 +0000 |
commit | 376941ef2824eb6b49318bd5bd610203ea13dc2f (patch) | |
tree | 8211fb07ac38fb934963c9b60d5d9cf31ff4680a /sys/vm/vm_unix.c | |
parent | c78dfea20cde27f8674932abc6c9ca372e4220bc (diff) | |
download | FreeBSD-src-376941ef2824eb6b49318bd5bd610203ea13dc2f.zip FreeBSD-src-376941ef2824eb6b49318bd5bd610203ea13dc2f.tar.gz |
Remove duplicate include and sort includes.
Diffstat (limited to 'sys/vm/vm_unix.c')
-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 4861306..29ae2ad 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> |