reduce the scope of things that include uvm_swap_encrypt.h.
authordlg <dlg@openbsd.org>
Mon, 4 May 2015 10:21:15 +0000 (10:21 +0000)
committerdlg <dlg@openbsd.org>
Mon, 4 May 2015 10:21:15 +0000 (10:21 +0000)
commit89602861d85b5364b87886be415bb8cb54d55230
treedf6f177215239f5aa559e56ce8336d081cf80de7
parent110e22f68b474e41829db548700db758cc81812e
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@
sys/uvm/uvm.h
sys/uvm/uvm_swap.c
sys/uvm/uvm_swap_encrypt.c