diff options
author | bde <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
commit | fb826377ffc6b723d16bad73fa1b409c899e426b (patch) | |
tree | 3bad2b19f3a85a6c361105915e12314ccc230374 /sys/vm/vm_map.c | |
parent | 5a1ca03129e88f784641226591a7e131195542e3 (diff) | |
download | FreeBSD-src-fb826377ffc6b723d16bad73fa1b409c899e426b.zip FreeBSD-src-fb826377ffc6b723d16bad73fa1b409c899e426b.tar.gz |
Removed unused #includes.
Diffstat (limited to 'sys/vm/vm_map.c')
-rw-r--r-- | sys/vm/vm_map.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 61f2379..e87c056 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.93 1997/10/12 20:26:30 phk Exp $ + * $Id: vm_map.c,v 1.94 1997/10/24 23:41:00 dyson Exp $ */ /* @@ -75,10 +75,6 @@ #include <sys/vmmeter.h> #include <sys/mman.h> -#ifdef SMP -#include <machine/smp.h> -#endif - #include <vm/vm.h> #include <vm/vm_param.h> #include <vm/vm_prot.h> |