Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/miscfs/procfs remove unneeded <vm/vm_object.h>



details:   https://anonhg.NetBSD.org/src/rev/d5b4b987a1a2
branches:  trunk
changeset: 471754:d5b4b987a1a2
user:      drochner <drochner%NetBSD.org@localhost>
date:      Sat Apr 10 14:00:38 1999 +0000

description:
remove unneeded <vm/vm_object.h>

diffstat:

 sys/miscfs/procfs/procfs_map.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1359a1deac52 -r d5b4b987a1a2 sys/miscfs/procfs/procfs_map.c
--- a/sys/miscfs/procfs/procfs_map.c    Sat Apr 10 13:52:11 1999 +0000
+++ b/sys/miscfs/procfs/procfs_map.c    Sat Apr 10 14:00:38 1999 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index