Remove misplaced/unnecessary VM #include cruft; from Thorsten Frueauf

<frueauf@ira.uka.de> in PR port-hp300/3851.
This commit is contained in:
kleink 1997-07-10 18:14:08 +00:00
parent a41c255aa0
commit 49324f585c
2 changed files with 2 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rd.c,v 1.32 1997/06/24 00:44:03 thorpej Exp $ */
/* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */
/*
* Copyright (c) 1996, 1997 Jason R. Thorpe. All rights reserved.
@ -64,11 +64,6 @@
#include <hp300/dev/rdreg.h>
#include <hp300/dev/rdvar.h>
#include <vm/vm_param.h>
#include <vm/lock.h>
#include <vm/vm_prot.h>
#include <vm/pmap.h>
#include "opt_useleds.h"
#ifdef USELEDS

View File

@ -1,4 +1,4 @@
/* $NetBSD: sd.c,v 1.33 1997/06/24 00:44:05 thorpej Exp $ */
/* $NetBSD: sd.c,v 1.34 1997/07/10 18:14:10 kleink Exp $ */
/*
* Copyright (c) 1996, 1997 Jason R. Thorpe. All rights reserved.
@ -59,11 +59,6 @@
#include <hp300/dev/scsivar.h>
#include <hp300/dev/sdvar.h>
#include <vm/vm_param.h>
#include <vm/lock.h>
#include <vm/vm_prot.h>
#include <vm/pmap.h>
#include "opt_useleds.h"
#ifdef USELEDS