From fb919e4d5a2c1baca52ac70d1064f140fffdda71 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 1 May 2001 08:13:21 +0000 Subject: Undo part of the tangle of having sys/lock.h and sys/mutex.h included in other "system" header files. Also help the deprecation of lockmgr.h by making it a sub-include of sys/lock.h and removing sys/lockmgr.h form kernel .c files. Sort sys/*.h includes where possible in affected files. OK'ed by: bde (with reservations) --- sys/vm/vm_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/vm/vm_unix.c') diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index bea87f07be60..f9b24f84523d 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -45,13 +45,13 @@ * Traditional sbrk/grow interface to VM */ #include +#include #include #include #include #include #include -#include #include #include -- cgit v1.3