diff options
author | 2015-02-05 23:51:06 +0000 | |
---|---|---|
committer | 2015-02-05 23:51:06 +0000 | |
commit | e305169842d28ca8aa4bd76a15d42cd140ff25df (patch) | |
tree | d8ca65d7b56beba7d0bbb2e91927b6c44b4fd5ec /sys/uvm/uvm_addr.h | |
parent | Whitespace. (diff) | |
download | wireguard-openbsd-e305169842d28ca8aa4bd76a15d42cd140ff25df.tar.xz wireguard-openbsd-e305169842d28ca8aa4bd76a15d42cd140ff25df.zip |
Remove some unneeded <uvm/uvm_extern.h> inclusions.
ok deraadt@, miod@
Diffstat (limited to 'sys/uvm/uvm_addr.h')
-rw-r--r-- | sys/uvm/uvm_addr.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/uvm/uvm_addr.h b/sys/uvm/uvm_addr.h index e37751f8f57..f01f34c34fc 100644 --- a/sys/uvm/uvm_addr.h +++ b/sys/uvm/uvm_addr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_addr.h,v 1.3 2014/06/10 20:08:48 kettenis Exp $ */ +/* $OpenBSD: uvm_addr.h,v 1.4 2015/02/05 23:51:06 mpi Exp $ */ /* * Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl> @@ -19,8 +19,6 @@ #ifndef _UVM_UVM_ADDR_H_ #define _UVM_UVM_ADDR_H_ -#include <uvm/uvm_extern.h> - /* * Address selection logic. * |