diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-11 23:07:13 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-11 23:07:13 +0000 |
commit | 929f1fb2056a6d2c3cddab074d0951e3d4424a71 (patch) | |
tree | cb337c0012f549ac601564d46b2635ff08a8f0f2 /sys/arch/hp300 | |
parent | dd045f8efdcc2bd3ca92b2f7c0c0e7b80eaaa2d9 (diff) |
redundant includes.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/grf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/grf.c b/sys/arch/hp300/dev/grf.c index dd8863dad08..4b25d5fa811 100644 --- a/sys/arch/hp300/dev/grf.c +++ b/sys/arch/hp300/dev/grf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf.c,v 1.12 2001/06/27 04:05:44 art Exp $ */ +/* $OpenBSD: grf.c,v 1.13 2001/08/11 23:07:11 art Exp $ */ /* $NetBSD: grf.c,v 1.30 1998/08/20 08:33:41 kleink Exp $ */ /* @@ -75,8 +75,6 @@ extern struct emul emul_hpux; #include <vm/vm.h> #include <vm/vm_kern.h> -#include <vm/vm_page.h> -#include <vm/vm_pager.h> #include <uvm/uvm.h> |