diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:06:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:06:09 +0000 |
commit | 379fd61aa8ad21239f99eb638ea271adb543009d (patch) | |
tree | b81782f0759d8145ae2e59aec1752d6f60962b30 /sys/crypto | |
parent | 0474ef76a5d11c4115bf3c9bc050dc44f99ee1f6 (diff) |
remove redundant vm includes
Diffstat (limited to 'sys/crypto')
-rw-r--r-- | sys/crypto/criov.c | 5 | ||||
-rw-r--r-- | sys/crypto/cryptombuf.c | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/crypto/criov.c b/sys/crypto/criov.c index 2752d6a7803..5f39e45fb3a 100644 --- a/sys/crypto/criov.c +++ b/sys/crypto/criov.c @@ -1,4 +1,4 @@ -/* $OpenBSD: criov.c,v 1.6 2001/06/23 18:30:35 deraadt Exp $ */ +/* $OpenBSD: criov.c,v 1.7 2001/08/12 20:06:08 mickey Exp $ */ /* * Copyright (c) 1999 Theo de Raadt @@ -34,9 +34,8 @@ #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/mbuf.h> + #include <vm/vm.h> -#include <vm/vm_extern.h> -#include <vm/pmap.h> #include <crypto/cryptodev.h> diff --git a/sys/crypto/cryptombuf.c b/sys/crypto/cryptombuf.c index ae4320628c1..1d732f0e9ba 100644 --- a/sys/crypto/cryptombuf.c +++ b/sys/crypto/cryptombuf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptombuf.c,v 1.3 2001/06/23 18:30:36 deraadt Exp $ */ +/* $OpenBSD: cryptombuf.c,v 1.4 2001/08/12 20:06:08 mickey Exp $ */ /* * Copyright (c) 1999 Theo de Raadt @@ -34,9 +34,8 @@ #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/mbuf.h> + #include <vm/vm.h> -#include <vm/vm_extern.h> -#include <vm/pmap.h> #include <crypto/cryptodev.h> |