Remove inclusion of <uvm/uvm_extern.h> that was there only to keep

<sys/sysctl.h> happy.
This commit is contained in:
simonb 2000-07-30 06:22:04 +00:00
parent 1483e8c25e
commit 4bb34ff30e
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_vfsops.c,v 1.92 2000/06/27 17:52:35 mrg Exp $ */
/* $NetBSD: nfs_vfsops.c,v 1.93 2000/07/30 06:22:04 simonb Exp $ */
/*
* Copyright (c) 1989, 1993, 1995
@ -55,7 +55,6 @@
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>
#include <sys/systm.h>