diff options
author | 2000-04-20 13:05:30 +0000 | |
---|---|---|
committer | 2000-04-20 13:05:30 +0000 | |
commit | c825518119efffa58279eb76ff00ff9cd60752d8 (patch) | |
tree | cd41ff41cb757bc0526211291cf5870e6b500aec | |
parent | use scoped address notation (fe80::1%de0) for IPv6 linklocal unicast/multicast. (diff) | |
download | wireguard-openbsd-c825518119efffa58279eb76ff00ff9cd60752d8.tar.xz wireguard-openbsd-c825518119efffa58279eb76ff00ff9cd60752d8.zip |
Don't include machine/pmap.h, vm/pmap.h does that for us.
-rw-r--r-- | sys/crypto/mbuf.c | 3 |
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> |