vm_statistics.h is merged into vmmeter.h
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 29 Aug 1991 06:45:25 +0000 (22:45 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 29 Aug 1991 06:45:25 +0000 (22:45 -0800)
SCCS-vsn: sys/vm/vm.h 7.2

usr/src/sys/vm/vm.h

index 463bfee..bd21b25 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)vm.h        7.1 (Berkeley) %G%
+ *     @(#)vm.h        7.2 (Berkeley) %G%
  */
 
 #ifndef VM_H
  */
 
 #ifndef VM_H
@@ -16,8 +16,8 @@
 #include <vm/vm_inherit.h>
 #include <vm/vm_map.h>
 #include <vm/vm_object.h>
 #include <vm/vm_inherit.h>
 #include <vm/vm_map.h>
 #include <vm/vm_object.h>
-#include <vm/vm_statistics.h>
 #include <vm/pmap.h>
 #include <vm/pmap.h>
+#include <sys/vmmeter.h>
 
 /*
  * Shareable process virtual address space.
 
 /*
  * Shareable process virtual address space.