remove include of <vm/vm.h>.

This commit is contained in:
mrg 2000-06-29 08:07:48 +00:00
parent 4fa952b49a
commit 471e57ff1e
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.4 2000/05/26 00:36:47 thorpej Exp $
# $NetBSD: genassym.cf,v 1.5 2000/06/29 08:07:48 mrg Exp $
#
# Copyright (c) 1995, 1997 Charles M. Hannum. All rights reserved.
@ -48,8 +48,6 @@ include <sys/device.h>
include <sys/user.h>
include <sys/mbuf.h>
include <vm/vm.h>
include <uvm/uvm_extern.h>
include <machine/trap.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.10 2000/06/26 14:20:49 mrg Exp $ */
/* $NetBSD: machdep.c,v 1.11 2000/06/29 08:07:48 mrg Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@ -97,8 +97,6 @@
#include <dev/cons.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>