diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
commit | f86fd20f7920e0ce9eed94dbfa81ade1020f9bd4 (patch) | |
tree | d3e9a139df0f7b8cbe6c9989bc352cfa506c55d7 /sys/uvm/uvm_object.c | |
parent | a0c7f6a85405e690b4fe4f037a7dcb011f423de8 (diff) |
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/uvm/uvm_object.c')
-rw-r--r-- | sys/uvm/uvm_object.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_object.c b/sys/uvm/uvm_object.c index 06ca765ca40..afe6bd5993a 100644 --- a/sys/uvm/uvm_object.c +++ b/sys/uvm/uvm_object.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_object.c,v 1.8 2014/05/08 20:08:50 kettenis Exp $ */ +/* $OpenBSD: uvm_object.c,v 1.9 2014/09/14 14:17:27 jsg Exp $ */ /* * Copyright (c) 2006 The NetBSD Foundation, Inc. @@ -35,7 +35,6 @@ */ #include <sys/param.h> -#include <sys/proc.h> /* XXX for atomic */ #include <uvm/uvm.h> |