From: John Heidemann Date: Fri, 15 May 1992 06:24:34 +0000 (-0800) Subject: include reordering due to vn_if change X-Git-Tag: BSD-4_4-Snapshot-Development~7177 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/8642881dd37d2e0a2a4cb0184658c25896fe3fb5 include reordering due to vn_if change SCCS-vsn: sys/hp300/hp300/clock.c 7.10 SCCS-vsn: sys/hp/dev/grf.c 7.10 --- diff --git a/usr/src/sys/hp/dev/grf.c b/usr/src/sys/hp/dev/grf.c index 04c1a21f88..41b61c67d0 100644 --- a/usr/src/sys/hp/dev/grf.c +++ b/usr/src/sys/hp/dev/grf.c @@ -11,7 +11,7 @@ * * from: Utah $Hdr: grf.c 1.31 91/01/21$ * - * @(#)grf.c 7.9 (Berkeley) %G% + * @(#)grf.c 7.10 (Berkeley) %G% */ /* @@ -44,8 +44,8 @@ #include "vm/vm_page.h" #include "vm/vm_pager.h" -#include "specdev.h" #include "vnode.h" +#include "specdev.h" #include "mman.h" #include "ite.h" diff --git a/usr/src/sys/hp300/hp300/clock.c b/usr/src/sys/hp300/hp300/clock.c index 2043fb60f5..dd87352d50 100644 --- a/usr/src/sys/hp300/hp300/clock.c +++ b/usr/src/sys/hp300/hp300/clock.c @@ -11,7 +11,7 @@ * * from: Utah $Hdr: clock.c 1.18 91/01/21$ * - * @(#)clock.c 7.9 (Berkeley) %G% + * @(#)clock.c 7.10 (Berkeley) %G% */ #include "param.h" @@ -125,8 +125,8 @@ clkread() #include "sys/malloc.h" #include "vm/vm.h" #include "clockioctl.h" -#include "sys/specdev.h" #include "sys/vnode.h" +#include "sys/specdev.h" #include "sys/mman.h" int clockon = 0; /* non-zero if high-res timer enabled */