diff options
author | 2001-11-06 19:53:43 +0000 | |
---|---|---|
committer | 2001-11-06 19:53:43 +0000 | |
commit | 261655ab0cbecd90c1e3f9e57a08e98f8870e627 (patch) | |
tree | faeac4cbf15aef6fc1fe441717783cf400220e88 | |
parent | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. (diff) | |
download | wireguard-openbsd-261655ab0cbecd90c1e3f9e57a08e98f8870e627.tar.xz wireguard-openbsd-261655ab0cbecd90c1e3f9e57a08e98f8870e627.zip |
Begone.
-rw-r--r-- | sys/vm/pmap.h | 1 | ||||
-rw-r--r-- | sys/vm/vm.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h deleted file mode 100644 index 88ecb8f3238..00000000000 --- a/sys/vm/pmap.h +++ /dev/null @@ -1 +0,0 @@ -#include <uvm/uvm_pmap.h> diff --git a/sys/vm/vm.h b/sys/vm/vm.h deleted file mode 100644 index 85b91503dbc..00000000000 --- a/sys/vm/vm.h +++ /dev/null @@ -1 +0,0 @@ -#include <uvm/uvm_extern.h> |