From bcca5847d5e7a197302d7689cd358f5ce6316d0a Mon Sep 17 00:00:00 2001 From: markm 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/i386/isa/pcvt/pcvt_hdr.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'sys/i386/isa/pcvt') diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h index 1151298..4c9f540 100644 --- a/sys/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/i386/isa/pcvt/pcvt_hdr.h @@ -52,18 +52,20 @@ #include #include -#include -#include -#include -#include -#include #include +#include +#include #include +#include +#include +#include +#include #include +#include #include -#include #include -#include +#include +#include #include #include -- cgit v1.1