summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/crypto/criov.c5
-rw-r--r--sys/crypto/cryptombuf.c5
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>