diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-05-04 10:21:16 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-05-04 10:21:16 +0000 |
commit | 813d2bc8f2e9477e9a0c41771f9443132fa2fe3a (patch) | |
tree | feefde6e7adb90658b3aa39daf722f5e24287560 /sys/uvm/uvm.h | |
parent | 4e12c88d279f74909ef5bbccff4947dd666e7faf (diff) |
reduce the scope of things that include uvm_swap_encrypt.h.
uvm_meter.c needs it to route the sysctl, uvm_swap.c needs it to
use the functionality, and uvm_swap_encrypt.c needs it to for obvious
reasons. userland sysctl already includes it explicitely.
everything else doesnt and shouldnt care.
ok miod@
Diffstat (limited to 'sys/uvm/uvm.h')
-rw-r--r-- | sys/uvm/uvm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/uvm/uvm.h b/sys/uvm/uvm.h index 8b9d61c888d..bc42871cc7e 100644 --- a/sys/uvm/uvm.h +++ b/sys/uvm/uvm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm.h,v 1.58 2015/04/23 09:56:23 dlg Exp $ */ +/* $OpenBSD: uvm.h,v 1.59 2015/05/04 10:21:15 dlg Exp $ */ /* $NetBSD: uvm.h,v 1.24 2000/11/27 08:40:02 chs Exp $ */ /* @@ -38,9 +38,6 @@ #include <uvm/uvm_glue.h> #include <uvm/uvm_km.h> #include <uvm/uvm_swap.h> -#ifdef UVM_SWAP_ENCRYPT -#include <uvm/uvm_swap_encrypt.h> -#endif #include <uvm/uvm_pmemrange.h> |