remove unneeded <vm/vm_object.h>

This commit is contained in:
drochner 1999-04-10 14:00:38 +00:00
parent d79282e281
commit 10bc77390d

View File

@ -1,4 +1,4 @@
/* $NetBSD: procfs_map.c,v 1.4 1999/03/24 05:51:27 mrg Exp $ */
/* $NetBSD: procfs_map.c,v 1.5 1999/04/10 14:00:38 drochner Exp $ */
/*
* Copyright (c) 1993 Jan-Simon Pendry
@ -53,7 +53,6 @@
#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <vm/vm_page.h>
#include <vm/vm_object.h>
#include <uvm/uvm.h>