diff options
| author | Alan Cox <alc@FreeBSD.org> | 1999-11-07 20:03:54 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 1999-11-07 20:03:54 +0000 |
| commit | 79e1e3b9b4f4e3055a8809d36412753806080fc9 (patch) | |
| tree | 30ac060ffa1d2ae173fbfd866b85cb8281a25c00 | |
| parent | 6edf2a5be86a933dc5388b78f56d8a971f24439f (diff) | |
Notes
| -rw-r--r-- | sys/vm/default_pager.c | 2 | ||||
| -rw-r--r-- | sys/vm/device_pager.c | 1 | ||||
| -rw-r--r-- | sys/vm/vm_map.c | 1 | ||||
| -rw-r--r-- | sys/vm/vm_unix.c | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/sys/vm/default_pager.c b/sys/vm/default_pager.c index f06cc194f0c5..7ea507f0ad03 100644 --- a/sys/vm/default_pager.c +++ b/sys/vm/default_pager.c @@ -41,8 +41,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> -#include <sys/vmmeter.h> #include <vm/vm.h> #include <vm/vm_object.h> diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index f7b1a87fdec5..91885de1541a 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -43,7 +43,6 @@ #include <sys/systm.h> #include <sys/conf.h> #include <sys/mman.h> -#include <sys/malloc.h> #include <vm/vm.h> #include <vm/vm_object.h> diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 4acd88fd94fc..5f429d0efd2c 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -70,7 +70,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/proc.h> #include <sys/vmmeter.h> #include <sys/mman.h> diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 7c5c924208f0..d5e9f58aab60 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -54,7 +54,6 @@ #include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_map.h> -#include <vm/swap_pager.h> #ifndef _SYS_SYSPROTO_H_ struct obreak_args { |
