summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_pmemrange.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-09-14 14:17:23 +0000
committerjsg <jsg@openbsd.org>2014-09-14 14:17:23 +0000
commit7f58a11f6cf13dbd32877952ad2ecc2790ae3977 (patch)
treeba72f66653619723b06de9c024545af8c5ce1b05 /sys/uvm/uvm_pmemrange.c
parent- Don't capitalize jumbo. (diff)
downloadwireguard-openbsd-7f58a11f6cf13dbd32877952ad2ecc2790ae3977.tar.xz
wireguard-openbsd-7f58a11f6cf13dbd32877952ad2ecc2790ae3977.zip
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/uvm/uvm_pmemrange.c')
-rw-r--r--sys/uvm/uvm_pmemrange.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_pmemrange.c b/sys/uvm/uvm_pmemrange.c
index c0de6ad90e4..00e6cbad804 100644
--- a/sys/uvm/uvm_pmemrange.c
+++ b/sys/uvm/uvm_pmemrange.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_pmemrange.c,v 1.40 2014/04/13 23:14:15 tedu Exp $ */
+/* $OpenBSD: uvm_pmemrange.c,v 1.41 2014/09/14 14:17:27 jsg Exp $ */
/*
* Copyright (c) 2009, 2010 Ariane van der Steldt <ariane@stack.nl>
@@ -20,7 +20,6 @@
#include <sys/systm.h>
#include <uvm/uvm.h>
#include <sys/malloc.h>
-#include <sys/proc.h> /* XXX for atomic */
#include <sys/kernel.h>
#include <sys/mount.h>