diff options
Diffstat (limited to 'sys/vm')
-rw-r--r-- | sys/vm/vm_kern.c | 3 | ||||
-rw-r--r-- | sys/vm/vm_map.c | 4 | ||||
-rw-r--r-- | sys/vm/vm_object.c | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index ffe110d..6a71c87 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_kern.c,v 1.46 1998/03/01 04:18:20 dyson Exp $ + * $Id: vm_kern.c,v 1.47 1998/06/05 21:48:45 dg Exp $ */ /* @@ -72,7 +72,6 @@ #include <sys/systm.h> #include <sys/proc.h> #include <sys/malloc.h> -#include <sys/syslog.h> #include <vm/vm.h> #include <vm/vm_param.h> diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 44fc57f..c28c289 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.c,v 1.127 1998/05/21 07:47:55 dyson Exp $ + * $Id: vm_map.c,v 1.128 1998/06/07 17:13:10 dfr Exp $ */ /* @@ -74,9 +74,7 @@ #include <sys/proc.h> #include <sys/vmmeter.h> #include <sys/mman.h> -#include <sys/buf.h> #include <sys/vnode.h> -#include <sys/mount.h> #include <vm/vm.h> #include <vm/vm_param.h> diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 550dc44..cdc60a6 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.c,v 1.121 1998/05/21 07:47:58 dyson Exp $ + * $Id: vm_object.c,v 1.122 1998/06/07 17:13:12 dfr Exp $ */ /* @@ -79,7 +79,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> #include <vm/vm_prot.h> -#include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_map.h> #include <vm/vm_object.h> |