From 8642881dd37d2e0a2a4cb0184658c25896fe3fb5 Mon Sep 17 00:00:00 2001 From: John Heidemann Date: Thu, 14 May 1992 22:24:34 -0800 Subject: [PATCH] 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 --- usr/src/sys/hp/dev/grf.c | 4 ++-- usr/src/sys/hp300/hp300/clock.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 */ -- 2.20.1