diff options
author | 2020-02-18 12:13:39 +0000 | |
---|---|---|
committer | 2020-02-18 12:13:39 +0000 | |
commit | 63cf9471a61d4f7a002fa265fd31e4f833fe840f (patch) | |
tree | 9f62d5dcd24d058a22ed868e12b20db039a5fd2a /sys/uvm/uvm_pmemrange.c | |
parent | have description of -Q match reality (diff) | |
download | wireguard-openbsd-63cf9471a61d4f7a002fa265fd31e4f833fe840f.tar.xz wireguard-openbsd-63cf9471a61d4f7a002fa265fd31e4f833fe840f.zip |
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Do not include <sys/kthread.h> where it is not needed and stop including
<sys/proc.h> in it.
ok visa@, anton@
Diffstat (limited to 'sys/uvm/uvm_pmemrange.c')
-rw-r--r-- | sys/uvm/uvm_pmemrange.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_pmemrange.c b/sys/uvm/uvm_pmemrange.c index db3b4ccaee5..d8b0af33533 100644 --- a/sys/uvm/uvm_pmemrange.c +++ b/sys/uvm/uvm_pmemrange.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_pmemrange.c,v 1.58 2020/01/01 01:50:00 beck Exp $ */ +/* $OpenBSD: uvm_pmemrange.c,v 1.59 2020/02/18 12:13:40 mpi Exp $ */ /* * Copyright (c) 2009, 2010 Ariane van der Steldt <ariane@stack.nl> @@ -21,7 +21,7 @@ #include <uvm/uvm.h> #include <sys/malloc.h> #include <sys/kernel.h> -#include <sys/kthread.h> +#include <sys/proc.h> #include <sys/mount.h> /* |