summaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-04-20 13:05:31 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-04-20 13:05:31 +0000
commit51643f419480d5bdfbed4ef6c16cf20340d8a357 (patch)
tree756e9fb1415453ee066d9757e74c70a06a5c7a27 /sys/crypto
parentec22a204f96a9d4c7a2d412057bb88c614e2762d (diff)
Don't include machine/pmap.h, vm/pmap.h does that for us.
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/mbuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/crypto/mbuf.c b/sys/crypto/mbuf.c
index 3ac7ebcc405..44bb60ec9e5 100644
--- a/sys/crypto/mbuf.c
+++ b/sys/crypto/mbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbuf.c,v 1.1 2000/04/19 00:10:35 deraadt Exp $ */
+/* $OpenBSD: mbuf.c,v 1.2 2000/04/20 13:05:30 art Exp $ */
/*
* Copyright (c) 1999 Theo de Raadt
@@ -37,7 +37,6 @@
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <vm/pmap.h>
-#include <machine/pmap.h>
#include <crypto/crypto.h>